1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix GH-13727: Building with -Werror=strict-prototypes (#14029)
This commit is contained in:
Peter Kokot
2024-04-22 21:23:15 +02:00

2
build/libtool.m4 vendored
View File

@@ -4636,7 +4636,7 @@ for ac_symprfx in "" "_"; do
extern "C" {
#endif
char nm_test_var;
void nm_test_func(){}
void nm_test_func(void){}
#ifdef __cplusplus
}
#endif