From 8dd82c5fdefeee569543cee5c830862d1d5dda0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Loyet?= Date: Thu, 11 Nov 2010 21:30:55 +0000 Subject: [PATCH] - comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning --- sapi/fpm/fpm/fpm_php.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sapi/fpm/fpm/fpm_php.c b/sapi/fpm/fpm/fpm_php.c index ce5dac4bcf..eeba71301a 100644 --- a/sapi/fpm/fpm/fpm_php.c +++ b/sapi/fpm/fpm/fpm_php.c @@ -139,6 +139,7 @@ static int fpm_php_set_allowed_clients(struct fpm_worker_pool_s *wp) /* {{{ */ } /* }}} */ +#if 0 /* Comment out this non used function. It could be used later. */ static int fpm_php_set_fcgi_mgmt_vars(struct fpm_worker_pool_s *wp) /* {{{ */ { char max_workers[10 + 1]; /* 4294967295 */ @@ -151,6 +152,7 @@ static int fpm_php_set_fcgi_mgmt_vars(struct fpm_worker_pool_s *wp) /* {{{ */ return 0; } /* }}} */ +#endif char *fpm_php_script_filename(TSRMLS_D) /* {{{ */ { -- 2.40.0