You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is might related to #15 and #36. I would like tests to compile with no warnings and at least the clang options -Wall, -Wextra, -Wformat=2 and -pedantic active.
Should I make a PR to fix these? I think it might not be possible to fix all warnings given -Weverything, but these might be fine.
The text was updated successfully, but these errors were encountered:
carsonak
changed the title
Fix warnings generated by clang options: -Wall -Wextra -Wformat=2 -pedantic
Fix warnings generated by clang options: -Wall, -Wextra, -Wformat=2 and -pedantic
Dec 8, 2024
This is might related to #15 and #36. I would like tests to compile with no warnings and at least the clang options
-Wall
,-Wextra
,-Wformat=2
and-pedantic
active.Should I make a PR to fix these? I think it might not be possible to fix all warnings given
-Weverything
, but these might be fine.The text was updated successfully, but these errors were encountered: