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 6de3649 commit e74f59eCopy full SHA for e74f59e
ext/hash/config.m4
@@ -28,7 +28,8 @@ else
28
SHA3_OPT_SRC="$SHA3_DIR/KeccakP-1600-opt64.c"
29
])
30
EXT_HASH_SHA3_SOURCES="$SHA3_OPT_SRC $SHA3_DIR/KeccakHash.c $SHA3_DIR/KeccakSponge.c hash_sha3.c"
31
- PHP_HASH_CFLAGS="-I@ext_srcdir@/$SHA3_DIR -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
+ dnl Add -Wno-implicit-fallthrough flag as it happens on 32 bit builds
32
+ PHP_HASH_CFLAGS="-Wno-implicit-fallthrough -I@ext_srcdir@/$SHA3_DIR -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
33
34
PHP_ADD_BUILD_DIR(ext/hash/$SHA3_DIR, 1)
35
fi
0 commit comments