We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f04caa commit 3264f23Copy full SHA for 3264f23
ext/opcache/jit/zend_jit_trace.c
@@ -7210,7 +7210,7 @@ static void zend_jit_stop_persistent_script(zend_persistent_script *script)
7210
}
7211
7212
/* Get all scripts which are accelerated by JIT */
7213
-static void zend_jit_stop_counter_handlers()
+static void zend_jit_stop_counter_handlers(void)
7214
{
7215
for (uint32_t i = 0; i < ZCSG(hash).max_num_entries; i++) {
7216
zend_accel_hash_entry *cache_entry;
0 commit comments