From 8249b28bea29e8ce17eac12776a60ec3f9e47176 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 17 Oct 2024 19:42:29 -0500 Subject: Rename InvalidInput to ArgumentInvalid. --- cmake/warnings.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmake') diff --git a/cmake/warnings.cmake b/cmake/warnings.cmake index cd3cdf9..da2c9ab 100644 --- a/cmake/warnings.cmake +++ b/cmake/warnings.cmake @@ -3,8 +3,9 @@ set(FUD_WARNINGS -Werror -Wall -Wextra - -pedantic - -pedantic-errors + # -pedantic + -Wno-error=pedantic + # -pedantic-errors -Wstack-usage=2048 # GCC specific -Wvla # variable modified types don't play nice in C++ # types -- cgit v1.2.3