Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55460a7

Browse files
MAINT: fix implicit conversion warnings (#31294)
1 parent b6e8ad8 commit 55460a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

numpy/_core/src/multiarray/lowlevel_strided_loops.c.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@ static GCC_CAST_OPT_LEVEL int
981981
# pragma GCC diagnostic push
982982
# ifdef __clang__
983983
# pragma GCC diagnostic ignored "-Wtautological-constant-out-of-range-compare"
984+
# pragma GCC diagnostic ignored "-Wimplicit-const-int-float-conversion"
984985
# endif
985986
# pragma GCC diagnostic ignored "-Wtautological-compare"
986987
# endif

0 commit comments

Comments
 (0)