hdf5/hdf5-non_void_return.patch
2013-06-18 08:31:19 +00:00

13 lines
377 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Index: test/dt_arith.c
===================================================================
--- test/dt_arith.c.orig 2011-11-27 14:22:13.000000000 +0100
+++ test/dt_arith.c 2011-11-27 14:22:21.908435252 +0100
@@ -3470,6 +3470,7 @@ error:
else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL)
return 1;
#endif
+ return 1; // return from non void fix
}