comparison 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
comparison
equal deleted inserted replaced
7326:308819020438 7327:f7e79596baf2
183 183
184 header.version = _LINUX_CAPABILITY_VERSION_1; 184 header.version = _LINUX_CAPABILITY_VERSION_1;
185 data.effective = CAP_TO_MASK(CAP_NET_RAW); 185 data.effective = CAP_TO_MASK(CAP_NET_RAW);
186 data.permitted = 0; 186 data.permitted = 0;
187 187
188 (void) header;
189 (void) data;
188 (void) SYS_capset" 190 (void) SYS_capset"
189 . auto/feature 191 . auto/feature
190 192
191 193
192 # crypt_r() 194 # crypt_r()