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/types/uintptr_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/types/uintptr_t') diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t index 2b7212ebe..7db6e4506 100644 --- a/auto/types/uintptr_t +++ b/auto/types/uintptr_t @@ -19,7 +19,7 @@ cat << END > $NGX_AUTOTEST.c #include $NGX_INTTYPES_H -int main() { +int main(void) { uintptr_t i = 0; return (int) i; } -- cgit