CMakeLists: Remove all redundant warnings
These are already explicitly or implicitly set in src/CMakeLists.txt
This commit is contained in:
parent
91c410c918
commit
93297d14d8
7 changed files with 5 additions and 46 deletions
|
@ -160,8 +160,6 @@ if (MSVC)
|
|||
)
|
||||
else()
|
||||
target_compile_options(common PRIVATE
|
||||
-Werror
|
||||
|
||||
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue