summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-05-18 14:59:57 -0700
committerGitHub <noreply@github.com>2022-05-18 14:59:57 -0700
commitad1096884e82a8176e7b5125d168ceeca77c3bf7 (patch)
tree6efe34db5bdad7ee785641d589381fe01ec5ead9 /numpy
parent6932eff2c2f634e9b88e940b9f5c02a24b6e71f6 (diff)
parent2985b57bec2f4e61eec7e41c8be9ba61bd6736ef (diff)
downloadnumpy-ad1096884e82a8176e7b5125d168ceeca77c3bf7.tar.gz
Merge pull request #21534 from charris/fix-gcc-config-error
BUG: Fix GCC error during build configuration
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/feature_detection_locale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/feature_detection_locale.h b/numpy/core/feature_detection_locale.h
index 0af1d6e7e..59e78936d 100644
--- a/numpy/core/feature_detection_locale.h
+++ b/numpy/core/feature_detection_locale.h
@@ -1 +1,2 @@
+#pragma GCC diagnostic ignored "-Wnonnull"
long double strtold_l(const char*, char**, locale_t);