Skip to content

Commit

Permalink
Ignore float conversion warning from boost.math
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Mar 15, 2024
1 parent 3cb8d1f commit 54e9dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_ellint_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# pragma GCC diagnostic ignored "-Wold-style-cast"
# pragma GCC diagnostic ignored "-Wundef"
# pragma GCC diagnostic ignored "-Wconversion"
# pragma GCC diagnostic ignored "-Wfloat-conversion"
# pragma GCC diagnostic ignored "-Wsign-conversion"
# pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
Expand Down

0 comments on commit 54e9dfa

Please sign in to comment.