aboutsummaryrefslogtreecommitdiff
path: root/cmake/CompilerWarnings.cmake
AgeCommit message (Collapse)Author
2023-08-30fix: remove -Wextra-semiseth
this flag is unavailable on gcc versions < 8. we could detect the version of the compiler here, but i don't think we lose much in this flags removal and this is a simpler option Signed-off-by: seth <getchoo@tuta.io>
2023-07-01chore: remove WARNINGS_AS_ERRORSRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-04chore: add better default compiler warningsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>