Skip to content

Commit

Permalink
Configure: fix build with -Werror=unused-value.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Jun 27, 2016
1 parent 356ab31 commit d8a2b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto/cc/conf
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit d8a2b25

Please sign in to comment.