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/endianness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/endianness') diff --git a/auto/endianness b/auto/endianness index 70b0a106c..1b552b6b3 100644 --- a/auto/endianness +++ b/auto/endianness @@ -15,7 +15,7 @@ END cat << END > $NGX_AUTOTEST.c -int main() { +int main(void) { int i = 0x11223344; char *p; -- cgit