From db72c6be20138f9f87f53d935b3a45baca334902 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 14 Mar 2016 19:23:23 +0300 Subject: Fixed compilation with -Wmissing-prototypes. --- src/core/ngx_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_module.c') diff --git a/src/core/ngx_module.c b/src/core/ngx_module.c index 2d81b3893..3e3c50683 100644 --- a/src/core/ngx_module.c +++ b/src/core/ngx_module.c @@ -23,7 +23,7 @@ static ngx_uint_t ngx_modules_n; ngx_int_t -ngx_preinit_modules() +ngx_preinit_modules(void) { ngx_uint_t i; -- cgit v1.2.3