Skip to content

Commit dc851f1

Browse files
committed
bump to 2.34
1 parent 8757696 commit dc851f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ unset LD_LIBRARY_PATH
7979

8080
# Suppress GCC 13+ warnings
8181
COMMON_FLAGS="-O2 -fPIC -fcommon \
82+
-Wno-error \
8283
-Wno-error=array-parameter \
8384
-Wno-error=array-bounds \
8485
-Wno-error=maybe-uninitialized \
@@ -87,7 +88,8 @@ COMMON_FLAGS="-O2 -fPIC -fcommon \
8788
-Wno-error=deprecated-declarations \
8889
-Wno-error=use-after-free \
8990
-Wno-error=builtin-declaration-mismatch \
90-
-Wno-error"
91+
-Wno-error=attributes \
92+
-Wno-error=implicit-function-declaration"
9193

9294
export CFLAGS="$COMMON_FLAGS"
9395
export CPPFLAGS="$COMMON_FLAGS"

0 commit comments

Comments
 (0)