diff options
Diffstat (limited to 'warnings.cmake')
-rw-r--r-- | warnings.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/warnings.cmake b/warnings.cmake index 7228542..df3b23b 100644 --- a/warnings.cmake +++ b/warnings.cmake @@ -1,5 +1,8 @@ set(GETSUYOMI_WARNINGS -Werror + # -pedantic + # -pedantic-errors + -Wno-pedantic -Wstack-usage=2048 -Wno-long-long -Wno-error=long-long @@ -7,9 +10,7 @@ set(GETSUYOMI_WARNINGS -Wno-error=mismatched-tags -Wall -Weffc++ - -pedantic -Wsizeof-pointer-memaccess - -pedantic-errors -Wextra -Wpacked -Wshadow |