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:
2
build/libtool.m4
vendored
2
build/libtool.m4
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user