CMakeLists: Remove all redundant warnings

These are already explicitly or implicitly set in src/CMakeLists.txt
This commit is contained in:
Morph 2022-10-21 02:34:06 -04:00
parent 91c410c918
commit 93297d14d8
7 changed files with 5 additions and 46 deletions

View file

@ -160,8 +160,6 @@ if (MSVC)
)
else()
target_compile_options(common PRIVATE
-Werror
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
)
endif()