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

Compile with strict flags in GitHub Actions #36

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

calccrypto
Copy link
Collaborator

@calccrypto calccrypto commented Mar 20, 2024

-Wall -Wextra -Werror -pedantic
Also passing in -Wno-unused-parameter because there are a lot of unused parameters, but (void) variable might not be desirable

-Wall -Wextra -Werror -pedantic
Also passing in -Wno-unused-parameter because there are a lot of unused parameters, but (void) variable might not be desirable
@calccrypto calccrypto changed the title Compile with strict flags Compile with strict flags in GitHub Actions Mar 25, 2024
@MigeljanImeri MigeljanImeri merged commit dfad4a0 into xdd-2.0 Mar 26, 2024
8 checks passed
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.

3 participants