2012-03-09 20:23:35 +00:00
|
|
|
|
Index: test/dt_arith.c
|
|
|
|
|
===================================================================
|
2015-05-20 21:44:45 +00:00
|
|
|
|
--- test/dt_arith.c.orig
|
|
|
|
|
+++ test/dt_arith.c
|
2016-07-27 17:24:50 +00:00
|
|
|
|
@@ -3382,6 +3382,7 @@ error:
|
2012-03-09 20:23:35 +00:00
|
|
|
|
else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL)
|
|
|
|
|
return 1;
|
|
|
|
|
#endif
|
2015-05-20 21:44:45 +00:00
|
|
|
|
+ return 1;
|
2012-03-09 20:23:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2015-05-20 21:44:45 +00:00
|
|
|
|
Index: tools/h5ls/h5ls.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- tools/h5ls/h5ls.c.orig
|
|
|
|
|
+++ tools/h5ls/h5ls.c
|
2016-07-27 17:24:50 +00:00
|
|
|
|
@@ -2567,7 +2567,7 @@ out:
|
2015-05-20 21:44:45 +00:00
|
|
|
|
*
|
|
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
-static void
|
|
|
|
|
+static void __attribute__((__noreturn__))
|
|
|
|
|
leave(int ret)
|
|
|
|
|
{
|
|
|
|
|
h5tools_close();
|
|
|
|
|
Index: tools/h5dump/h5dump.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- tools/h5dump/h5dump.c.orig
|
|
|
|
|
+++ tools/h5dump/h5dump.c
|
2016-07-27 17:24:50 +00:00
|
|
|
|
@@ -210,7 +210,7 @@ static struct long_options l_opts[] = {
|
2015-05-20 21:44:45 +00:00
|
|
|
|
*
|
|
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
-static void
|
|
|
|
|
+static void __attribute__((__noreturn__))
|
|
|
|
|
leave(int ret)
|
|
|
|
|
{
|
|
|
|
|
h5tools_close();
|
|
|
|
|
Index: tools/h5copy/h5copy.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- tools/h5copy/h5copy.c.orig
|
|
|
|
|
+++ tools/h5copy/h5copy.c
|
|
|
|
|
@@ -56,7 +56,7 @@ char *str_flag = NULL;
|
|
|
|
|
*
|
|
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
-static void
|
|
|
|
|
+static void __attribute__((__noreturn__))
|
|
|
|
|
leave(int ret)
|
|
|
|
|
{
|
|
|
|
|
if (fname_src)
|
|
|
|
|
Index: tools/misc/h5mkgrp.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- tools/misc/h5mkgrp.c.orig
|
|
|
|
|
+++ tools/misc/h5mkgrp.c
|
|
|
|
|
@@ -60,7 +60,7 @@ param_t params; /* Command l
|
|
|
|
|
*
|
|
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
-static void
|
|
|
|
|
+static void __attribute__((__noreturn__))
|
|
|
|
|
leave(int ret)
|
|
|
|
|
{
|
|
|
|
|
int curr_group;
|
|
|
|
|
Index: test/filter_fail.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- test/filter_fail.c.orig
|
|
|
|
|
+++ test/filter_fail.c
|
|
|
|
|
@@ -409,4 +409,6 @@ error:
|
|
|
|
|
nerrors, 1==nerrors?"":"S");
|
|
|
|
|
HDexit(1);
|
|
|
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ return 1;
|
|
|
|
|
}
|
|
|
|
|
Index: tools/h5stat/h5stat.c
|
|
|
|
|
===================================================================
|
|
|
|
|
--- tools/h5stat/h5stat.c.orig
|
|
|
|
|
+++ tools/h5stat/h5stat.c
|
2016-07-27 17:24:50 +00:00
|
|
|
|
@@ -250,7 +250,7 @@ static struct long_options l_opts[] = {
|
2015-05-20 21:44:45 +00:00
|
|
|
|
{ NULL, 0, '\0' }
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
-static void
|
|
|
|
|
+static void __attribute__((__noreturn__))
|
|
|
|
|
leave(int ret)
|
|
|
|
|
{
|
|
|
|
|
h5tools_close();
|