We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9aec3 commit 9f9be09Copy full SHA for 9f9be09
1 file changed
config.m4
@@ -19,7 +19,7 @@ if test "$PHP_SPX" = "yes"; then
19
AC_DEFINE_UNQUOTED([SPX_HTTP_UI_ASSETS_DIR], [ "$PHP_SPX_ASSETS_DIR/web-ui" ], [path of web-ui assets directory])
20
PHP_SUBST([PHP_SPX_ASSETS_DIR])
21
22
- CFLAGS="$CFLAGS -Werror -Wall -O3 -pthread -std=gnu90"
+ CFLAGS="$CFLAGS -Werror -Wall -Wno-attributes -O3 -pthread -std=gnu90"
23
24
# Disabling typedef-redefinition is required for:
25
# - macOS, see https://github.com/NoiseByNorthwest/php-spx/pull/270
0 commit comments