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

Remove all warnings in -Wall compile mode #1937

Conversation

GillesDuvert
Copy link
Contributor

removing all warnings obtained when compiling with CMAKE_CXX_FLAGS='-g -Wall -Wno-unused -Wno-sign-compare -Wno-char-subscripts -Wno-misleading-indentation -Wno-comment -Wno-class-memaccess'
sign-compare and char-subscripts should be examined more closely.

CMAKE_CXX_FLAGS='-g -Wall -Wno-unused -Wno-sign-compare -Wno-char-subscripts -Wno-misleading-indentation -Wno-comment -Wno-class-memaccess'
sign-compare and char-subscript should be examined more closely.
@GillesDuvert GillesDuvert merged commit 211403a into gnudatalanguage:master Dec 5, 2024
5 of 7 checks passed
@GillesDuvert GillesDuvert deleted the remove_some_warnings_in_Wall_compile_mode branch December 16, 2024 12:56
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