From 2d3ef1b8aebf5ba1e29527ea09fb1e0486c24491 Mon Sep 17 00:00:00 2001 From: Philippe Verdy Date: Thu, 12 Aug 1999 11:05:43 +0000 Subject: [PATCH] no return warning removed. fixed TSRM constructor prototype --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index 89e8a5b776..15fa76ac65 100644 --- a/main/main.c +++ b/main/main.c @@ -756,7 +756,7 @@ static void php3_config_ini_shutdown() #ifdef ZTS -static core_globals_ctor(php_core_globals *core_globals) +static void core_globals_ctor(php_core_globals *core_globals) { if (main_core_globals) { *core_globals = *main_core_globals; -- 2.40.0