From 70f7141074896fb1ff3e5fc08407ea0f64f2076b Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Mon, 27 Jun 2016 15:00:05 -0700 Subject: Configure: fix build with -Werror=old-style-definition. Signed-off-by: Piotr Sikora --- auto/feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/feature') 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; } -- cgit