We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8757696 commit dc851f1Copy full SHA for dc851f1
.ci/scripts/wheel/pre_build_script.sh
@@ -79,6 +79,7 @@ unset LD_LIBRARY_PATH
79
80
# Suppress GCC 13+ warnings
81
COMMON_FLAGS="-O2 -fPIC -fcommon \
82
+ -Wno-error \
83
-Wno-error=array-parameter \
84
-Wno-error=array-bounds \
85
-Wno-error=maybe-uninitialized \
@@ -87,7 +88,8 @@ COMMON_FLAGS="-O2 -fPIC -fcommon \
87
88
-Wno-error=deprecated-declarations \
89
-Wno-error=use-after-free \
90
-Wno-error=builtin-declaration-mismatch \
- -Wno-error"
91
+ -Wno-error=attributes \
92
+ -Wno-error=implicit-function-declaration"
93
94
export CFLAGS="$COMMON_FLAGS"
95
export CPPFLAGS="$COMMON_FLAGS"
0 commit comments