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.
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=2and-pedanticactive.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.