From d5c43bf51c9c62d26c4c2c09a4a337d8b8b1c060 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 24 Jul 2018 18:46:54 +0300 Subject: Configure: fixed compiler warnings with "-Wall -Wextra". --- auto/os/linux | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto/os/linux') 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 -- cgit