Skip to content

Commit

Permalink
Remove oneapi return value warning. (#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Feb 19, 2024
1 parent 02a5732 commit f73da83
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 f73da83

Please sign in to comment.