Skip to content
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

Fix -Wundef warnings #519

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Fix -Wundef warnings #519

merged 1 commit into from
Sep 3, 2024

Conversation

petk
Copy link
Contributor

@petk petk commented Sep 2, 2024

  • ZTS
  • PHP_WIN32
  • HAVE_SIGACTION

are either undefined or defined to 1. This fixes possible -Wundef (Windows C4668 warning code) warnings if such compiler configuration is set.

- ZTS
- PHP_WIN32
- HAVE_SIGACTION

are either undefined or defined to 1. This fixes possible -Wundef
(Windows C4668 warning code) warnings if such compiler configuration is
set.
@nikic nikic merged commit cf43c19 into krakjoe:master Sep 3, 2024
25 checks passed
@petk petk deleted the patch-wundef branch September 3, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants