Skip to content

Commit 032b98f

Browse files
committed
Merge branch 'PHP-8.3'
2 parents 1df8293 + 5d6c5d6 commit 032b98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ dnl Various checks for GD features
194194

195195
PHP_TEST_BUILD(foobar, [], [
196196
AC_MSG_ERROR([GD build test failed. Please check the config.log for details.])
197-
], [ $GD_SHARED_LIBADD ], [char foobar () {}])
197+
], [ $GD_SHARED_LIBADD ], [char foobar(void) { return '\0'; }])
198198

199199
else
200200
extra_sources="gd_compat.c"

0 commit comments

Comments
 (0)