Skip to content

Conversation

chewi
Copy link

@chewi chewi commented Feb 6, 2024

-Werror is very unhelpful for distributions and end users as newer compilers will raise warnings that the maintainers may not see. The warnings should get reported upstream, but they shouldn't block users from using the software.

Rather than drop the flag entirely, I have enabled it only for debug builds, e.g. -DCMAKE_BUILD_TYPE=Debug.

-Werror is very unhelpful for distributions and end users as newer
compilers will raise warnings that the maintainers may not see. The
warnings should get reported upstream, but they shouldn't block users
from using the software.

Rather than drop the flag entirely, I have enabled it only for debug
builds, e.g. -DCMAKE_BUILD_TYPE=Debug.

Signed-off-by: James Le Cuirot <[email protected]>
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.

1 participant