Skip to content

Commit a27cdd6

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix GH-13727: Building with -Werror=strict-prototypes (#14029)
2 parents 8a7d79d + 71aae5a commit a27cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/libtool.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4636,7 +4636,7 @@ for ac_symprfx in "" "_"; do
46364636
extern "C" {
46374637
#endif
46384638
char nm_test_var;
4639-
void nm_test_func(){}
4639+
void nm_test_func(void){}
46404640
#ifdef __cplusplus
46414641
}
46424642
#endif

0 commit comments

Comments
 (0)