diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-11-10 15:14:38 -0600 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-11-10 15:14:38 -0600 |
commit | 2b641aa2f4f5b894ceed8bf2a46fcef35e930d56 (patch) | |
tree | b5decb0fcd6a225c89d2ababb0fdf2d84b39a334 /warnings.cmake | |
parent | 47e0ff88edd4660513f1d4f3d731008461532a13 (diff) |
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 |