| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
GCC 11 fails the configuration test for detecting `strtold_l` when the `-Wall` flag is present because `-Werror=nonnull` is activated. The fix is to add a pragma to `numpy/core/feature_detection_locale.h` to ignore that error. Closes numpy#21529.
|
OK, lets just do it. It seems plausible that clang also understands the pragma, and at least for long double MSVC should be a non-issue. Thanks Chuck! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
GCC 11 fails the configuration test for detecting strtold_l when the
-Wall flag is present because -Werror=nonnull is activated. The fix
is to add a pragma to numpy/core/feature_detection_locale.h to ignore
that error.
Closes #21529.