Skip to content

Disable optional compiler errors#55

Merged
h1994st merged 1 commit intoAFLplusplus:stablefrom
rocallahan:disable-errors
Dec 22, 2025
Merged

Disable optional compiler errors#55
h1994st merged 1 commit intoAFLplusplus:stablefrom
rocallahan:disable-errors

Conversation

@rocallahan
Copy link
Contributor

-Wall -Werror is fragile for released software, because any new version of the compiler can introduce new warnings, in which case the project will fail to build. These options should only be used by the project's developers.

@rocallahan rocallahan force-pushed the disable-errors branch 2 times, most recently from 0fe80e7 to 04806be Compare December 21, 2025 22:27
@domenukk
Copy link
Member

Would address #53

@domenukk
Copy link
Member

"address"

@h1994st
Copy link
Collaborator

h1994st commented Dec 22, 2025

Hi @rocallahan , thanks for the fix. Could you also update CMakeLists.txt to remove -Wall -Werror as well? Otherwise, the CI will fail.

`-Wall -Werror` is fragile for released software, because any new version of
the compiler can introduce new warnings, in which case the project will fail
to build. These options should only be used by the project's developers.
@rocallahan
Copy link
Contributor Author

Could you also update CMakeLists.txt to remove -Wall -Werror as well?

Done.

@h1994st h1994st merged commit 0a0da05 into AFLplusplus:stable Dec 22, 2025
2 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