mirror of
https://github.com/nginx/nginx.git
synced 2024-12-22 23:23:32 -06:00
Configure: fix build with -Werror=unused-value.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
parent
356ab319d3
commit
d8a2b25cb8
@ -231,7 +231,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
|
||||
ngx_feature_incs=
|
||||
ngx_feature_path=
|
||||
ngx_feature_libs=
|
||||
ngx_feature_test="__builtin_bswap64(0)"
|
||||
ngx_feature_test="if (__builtin_bswap64(0)) return 1"
|
||||
. auto/feature
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user