diff src/core/ngx_conf_file.c @ 4759:4c36e15651f7

Fixed compilation with -Wmissing-prototypes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:09:54 +0000
parents 01a21ee8f8bb
children 1c5e2e4d5b35
line wrap: on
line diff
--- a/src/core/ngx_conf_file.c	Tue Jul 24 15:00:42 2012 +0000
+++ b/src/core/ngx_conf_file.c	Tue Jul 24 15:09:54 2012 +0000
@@ -1448,12 +1448,16 @@
 }
 
 
+#if 0
+
 char *
 ngx_conf_unsupported(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
 {
     return "unsupported on this platform";
 }
 
+#endif
+
 
 char *
 ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data)