Configure: fixed compiler warnings with "-Wall -Wextra".

This commit is contained in:
Sergey Kandaurov
2018-07-24 18:46:54 +03:00
parent a1e2c5566c
commit d5c43bf51c
4 changed files with 10 additions and 5 deletions

View File

@@ -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