summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:24:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-08-15 13:24:28 (GMT)
commit453f95c192ee8db44299b02abf95698e8bf247ce (patch)
tree6159148b3498c9540ceb3ed00f63bd34639100cb /test/dt_arith.c
parentb6f7e6e79c7f8121559165195e6ad6b9872dff3f (diff)
downloadhdf5-453f95c192ee8db44299b02abf95698e8bf247ce.zip
hdf5-453f95c192ee8db44299b02abf95698e8bf247ce.tar.gz
hdf5-453f95c192ee8db44299b02abf95698e8bf247ce.tar.bz2
[svn-r24011] Description:
Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r--test/dt_arith.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index 9879887..9f003a6 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -3455,6 +3455,8 @@ done:
HDexit(MIN((int)fails_all_tests, 254));
else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL)
HDexit(0);
+ HDassert(0 && "Should not reach this point!");
+ return 1;
#else
reset_hdf5();
@@ -3476,6 +3478,8 @@ error:
HDexit(MIN(MAX((int)fails_all_tests, 1), 254));
else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL)
HDexit(1);
+ HDassert(0 && "Should not reach this point!");
+ return 1;
#else
reset_hdf5();
if(run_test==TEST_NOOP || run_test==TEST_NORMAL)