Skip to content

Commit 6d50e58

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: fix function declaration isn't a prototype [-Wstrict-prototypes]
2 parents e679ab3 + 0d1bf58 commit 6d50e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/litespeed/lsapilib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ void lsapi_perror(const char * pMessage, int err_no)
302302
}
303303

304304

305-
static int lsapi_parent_dead()
305+
static int lsapi_parent_dead(void)
306306
{
307307
// Return non-zero if the parent is dead. 0 if still alive.
308308
if (!s_ppid) {

0 commit comments

Comments
 (0)