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

Unconditionally add -Wextra GCC/Clang option and remove GCC_WEXTRA macro #190

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

royhills
Copy link
Owner

Unconditionally add -Wextra to GCC and Clang compiler options instead of using the GCC_WEXTRA macro. -Wextra was added in GCC 3.4.0, which is 20 years old now, and has always been supported by Clang. There are no supported systems with earlier GCC versions.

@coveralls
Copy link

coveralls commented Aug 26, 2024

Coverage Status

coverage: 91.302%. remained the same
when pulling 497c63e on remove-gcc-wextra-check
into 3d7dff9 on master.

@royhills royhills merged commit 74735d5 into master Aug 26, 2024
6 checks passed
@royhills royhills deleted the remove-gcc-wextra-check branch August 26, 2024 01:32
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