From bd9d1bc03809586d81a547a7a8acce903482910b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 30 Mar 2025 00:38:10 +0100 Subject: Fixes a couple of compiler warnings on AppleClang. --- fluid/CMakeLists.txt | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'fluid') diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index bb28c2b9a..d1900b297 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -255,16 +255,3 @@ if(UNIX) ) endforeach() endif(UNIX) - -# Additional warnings during development - -if(APPLE) - if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") - target_compile_options(fluid-lib PRIVATE - -Wall -Wextra -Wpedantic -Werror - -Wno-zero-as-null-pointer-constant - -Wno-missing-field-initializers - -Wno-unused-parameter - ) - endif() -endif(APPLE) -- cgit v1.2.3