Skip to content

Commit 2522567

Browse files
Merge pull request NoiseByNorthwest#325 from NoiseByNorthwest/fix_324
Add -Wno-attributes to silence incorrect preserve_none warnings on Alpine
2 parents 9f9aec3 + 9f9be09 commit 2522567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if test "$PHP_SPX" = "yes"; then
1919
AC_DEFINE_UNQUOTED([SPX_HTTP_UI_ASSETS_DIR], [ "$PHP_SPX_ASSETS_DIR/web-ui" ], [path of web-ui assets directory])
2020
PHP_SUBST([PHP_SPX_ASSETS_DIR])
2121

22-
CFLAGS="$CFLAGS -Werror -Wall -O3 -pthread -std=gnu90"
22+
CFLAGS="$CFLAGS -Werror -Wall -Wno-attributes -O3 -pthread -std=gnu90"
2323

2424
# Disabling typedef-redefinition is required for:
2525
# - macOS, see https://github.com/NoiseByNorthwest/php-spx/pull/270

0 commit comments

Comments
 (0)