mirror of
https://github.com/php/php-src.git
synced 2024-12-03 14:54:40 +08:00
Fix a warning
This commit is contained in:
parent
41da939988
commit
0fd0323956
@ -59,7 +59,9 @@
|
||||
#endif
|
||||
|
||||
static unsigned char second_and_third_args_force_ref[] = { 3, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };
|
||||
/* uncomment this if/when we actually need it - tired of seeing the warning
|
||||
static unsigned char third_and_fourth_args_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };
|
||||
*/
|
||||
static pval *user_compare_func_name;
|
||||
static HashTable *user_shutdown_function_names;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user