Skip to content

Commit 8e8bc47

Browse files
committed
Fix [-Wstrict-prototypes] in SOAP extension in .c files
1 parent eca7281 commit 8e8bc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/soap/soap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ PHP_INI_END()
254254

255255
static HashTable defEnc, defEncIndex, defEncNs;
256256

257-
static void php_soap_prepare_globals()
257+
static void php_soap_prepare_globals(void)
258258
{
259259
int i;
260260
const encode* enc;

0 commit comments

Comments
 (0)