summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2024-02-19 17:08:38 (GMT)
committerGitHub <noreply@github.com>2024-02-19 17:08:38 (GMT)
commitf73da83a94f6fe563ff351603aa4d34525ef612b (patch)
tree0b889b3ccaeb3acafcc9bf6d2966cc3a445057fa
parent02a57328f743342a7e26d47da4aac445ee248782 (diff)
downloadhdf5-f73da83a94f6fe563ff351603aa4d34525ef612b.zip
hdf5-f73da83a94f6fe563ff351603aa4d34525ef612b.tar.gz
hdf5-f73da83a94f6fe563ff351603aa4d34525ef612b.tar.bz2
Remove oneapi return value warning. (#4028)
-rw-r--r--test/dt_arith.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index d3147cb..4a99811 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -3307,6 +3307,7 @@ error:
return MAX((int)fails_all_tests, 1);
else if (run_test == TEST_DENORM || run_test == TEST_SPECIAL)
return 1;
+ return 1;
#endif
}