From 2b641aa2f4f5b894ceed8bf2a46fcef35e930d56 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 10 Nov 2024 15:14:38 -0600 Subject: Refactorings from libfud. --- warnings.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'warnings.cmake') 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 -- cgit v1.2.3