Skip to content

Commit

Permalink
Remove oneapi return value warning. (HDFGroup#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Mar 4, 2024
1 parent c44e0e3 commit a097ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dt_arith.c
Original file line number Diff line number Diff line change
Expand Up @@ -3307,6 +3307,7 @@ test_conv_flt_1(const char *name, int run_test, hid_t src, hid_t dst)
return MAX((int)fails_all_tests, 1);
else if (run_test == TEST_DENORM || run_test == TEST_SPECIAL)
return 1;
return 1;
#endif
}

Expand Down

0 comments on commit a097ff5

Please sign in to comment.