diff auto/os/linux @ 7327:f7e79596baf2

Configure: fixed compiler warnings with "-Wall -Wextra".
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 24 Jul 2018 18:46:54 +0300
parents 7f28b61c92f0
children d3747ba486e7 e2e9e0fae747
line wrap: on
line diff
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -185,6 +185,8 @@ ngx_feature_test="struct __user_cap_data
                   data.effective = CAP_TO_MASK(CAP_NET_RAW);
                   data.permitted = 0;
 
+                  (void) header;
+                  (void) data;
                   (void) SYS_capset"
 . auto/feature