From 2678234d678bb517703965262f77c94bfcca5b69 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 6 Oct 2022 01:40:10 +0200 Subject: [PATCH] dont check for -Werror=zero-as-null-pointer-constant --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4f5ade..e73fc8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,12 +163,12 @@ if (UNIX) -Werror=switch-default -Werror=old-style-cast -Werror=overloaded-virtual - -Werror=zero-as-null-pointer-constant -Werror=overloaded-virtual -Werror=missing-include-dirs -Werror=unused-result -fstack-protector + -Wzero-as-null-pointer-constant ) endif()