Skip to content

Commit 3264f23

Browse files
committed
Fix strict-prototypes warning
1 parent 3f04caa commit 3264f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ext/opcache/jit/zend_jit_trace.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7210,7 +7210,7 @@ static void zend_jit_stop_persistent_script(zend_persistent_script *script)
72107210
}
72117211

72127212
/* Get all scripts which are accelerated by JIT */
7213-
static void zend_jit_stop_counter_handlers()
7213+
static void zend_jit_stop_counter_handlers(void)
72147214
{
72157215
for (uint32_t i = 0; i < ZCSG(hash).max_num_entries; i++) {
72167216
zend_accel_hash_entry *cache_entry;

0 commit comments

Comments
 (0)