Skip to content

Autotools, ext/gd: Ensure test program compiles without warnings #19116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2025

Conversation

petk
Copy link
Member

@petk petk commented Jul 13, 2025

In case compiler is configured in some strict way it might emit warnings or even errors in the future if these aren't casted to void.
(I should recheck correct terminology which warning this is exactly and which flag can cause this, but this was issue in the past on some platforms already with some recent GCC versions).

In case compiler is configured in some strict way it might emit warnings
or even errors in the future if these aren't casted to void.
@petk petk merged commit 4d9fc50 into php:master Jul 13, 2025
9 checks passed
@petk petk deleted the patch-ext-gd-compile-warnings branch July 13, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants