summaryrefslogtreecommitdiffhomepage
path: root/auto/feature
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2016-06-27 15:00:05 -0700
committerPiotr Sikora <piotrsikora@google.com>2016-06-27 15:00:05 -0700
commit70f7141074896fb1ff3e5fc08407ea0f64f2076b (patch)
tree77d576467173f5c7c29f34d828038b028abdc204 /auto/feature
parentb3d891a47e7ec0ed55c44ea9514af292fe3399b0 (diff)
downloadnginx-70f7141074896fb1ff3e5fc08407ea0f64f2076b.tar.gz
nginx-70f7141074896fb1ff3e5fc08407ea0f64f2076b.tar.bz2
Configure: fix build with -Werror=old-style-definition.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'auto/feature')
-rw-r--r--auto/feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/feature b/auto/feature
index 1145f2868..3561f5941 100644
--- a/auto/feature
+++ b/auto/feature
@@ -31,7 +31,7 @@ cat << END > $NGX_AUTOTEST.c
$NGX_INCLUDE_UNISTD_H
$ngx_feature_incs
-int main() {
+int main(void) {
$ngx_feature_test;
return 0;
}