commit | 31325cc198c86073fb473d7eb9f709cfa1231740 | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:02 2016 -0700 |
committer | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:02 2016 -0700 |
tree | c582234d62f8ca0ae1b46cea31530bee80424dce | |
parent | 3db86565361b35d36d965ed1a6b976efbedea5cf [diff] [blame] |
Configure: fix build with -Werror=unused-value. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
diff --git a/auto/cc/conf b/auto/cc/conf index f2c25ed..b3b9f92 100644 --- a/auto/cc/conf +++ b/auto/cc/conf
@@ -231,7 +231,7 @@ 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