Skip to content

Commit 0cc0f27

Browse files
committed
-Wno-single-bit-bitfield-constant-conversion
1 parent d5d5e51 commit 0cc0f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/zlib/lib/pkgconfig"
2020
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig"
2121
./buildconf --force
22-
CFLAGS='-Wno-strict-prototypes -Wno-unused-but-set-variable' ./configure \
22+
CFLAGS='-Wno-strict-prototypes -Wno-unused-but-set-variable -Wno-single-bit-bitfield-constant-conversion' ./configure \
2323
--enable-option-checking=fatal \
2424
--prefix=/usr/local \
2525
--enable-fpm \

0 commit comments

Comments
 (0)