summaryrefslogtreecommitdiffhomepage
path: root/auto/os/linux
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2018-07-24 18:46:54 +0300
committerSergey Kandaurov <pluknet@nginx.com>2018-07-24 18:46:54 +0300
commitd5c43bf51c9c62d26c4c2c09a4a337d8b8b1c060 (patch)
tree02cf43eaf5f1b8c451b0ecf30455fd15ae7a956e /auto/os/linux
parenta1e2c5566c628dbf39e3f6c105ddc1dde5b41a58 (diff)
downloadnginx-d5c43bf51c9c62d26c4c2c09a4a337d8b8b1c060.tar.gz
nginx-d5c43bf51c9c62d26c4c2c09a4a337d8b8b1c060.tar.bz2
Configure: fixed compiler warnings with "-Wall -Wextra".
Diffstat (limited to '')
-rw-r--r--auto/os/linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/os/linux b/auto/os/linux
index 2c8a9bb8e..5e280eca7 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -185,6 +185,8 @@ ngx_feature_test="struct __user_cap_data_struct data;
data.effective = CAP_TO_MASK(CAP_NET_RAW);
data.permitted = 0;
+ (void) header;
+ (void) data;
(void) SYS_capset"
. auto/feature