commit | 805cd1e707cb4d27e30bcf7e1a9c1d491b521438 | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:05 2016 -0700 |
committer | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:05 2016 -0700 |
tree | 77d576467173f5c7c29f34d828038b028abdc204 | |
parent | 9004c48f99db8f2b82424e9c8f766a498c219b0a [diff] [blame] |
Configure: fix build with -Werror=old-style-definition. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
diff --git a/auto/feature b/auto/feature index 1145f28..3561f59 100644 --- a/auto/feature +++ b/auto/feature
@@ -31,7 +31,7 @@ $NGX_INCLUDE_UNISTD_H $ngx_feature_incs -int main() { +int main(void) { $ngx_feature_test; return 0; }