summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
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)