diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-08-15 13:27:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-08-15 13:27:24 (GMT) |
commit | efb39881a0e4cc59799238a2c6758f41be780abc (patch) | |
tree | 35156dff6ca5f20b7cbc4e0f2e6d5c85baf02742 /test | |
parent | 4a51e83e60336381c7bb6370ec61b97fc9194918 (diff) | |
download | hdf5-efb39881a0e4cc59799238a2c6758f41be780abc.zip hdf5-efb39881a0e4cc59799238a2c6758f41be780abc.tar.gz hdf5-efb39881a0e4cc59799238a2c6758f41be780abc.tar.bz2 |
[svn-r24012] Description:
Bring r24011 from trunk to 1.8 branch:
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')
-rw-r--r-- | test/dt_arith.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c index e85e355..3f115cc 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -3442,6 +3442,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(); @@ -3463,6 +3465,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) |