diff options
| author | 2022-10-21 02:34:06 -0400 | |
|---|---|---|
| committer | 2022-10-22 15:02:04 -0400 | |
| commit | 93297d14d8fc5c8f73e8ccba5ca989590a453c05 (patch) | |
| tree | 4b25f5ceda595051501136a7f3000e7ef989e1f1 /src/common | |
| parent | CMakeLists: Consolidate all unused warnings into -Wunused (diff) | |
| download | yuzu-93297d14d8fc5c8f73e8ccba5ca989590a453c05.tar.gz yuzu-93297d14d8fc5c8f73e8ccba5ca989590a453c05.tar.xz yuzu-93297d14d8fc5c8f73e8ccba5ca989590a453c05.zip | |
CMakeLists: Remove all redundant warnings
These are already explicitly or implicitly set in src/CMakeLists.txt
Diffstat (limited to '')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 46cf75fde..6da547a3f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -160,8 +160,6 @@ if (MSVC) | |||
| 160 | ) | 160 | ) |
| 161 | else() | 161 | else() |
| 162 | target_compile_options(common PRIVATE | 162 | target_compile_options(common PRIVATE |
| 163 | -Werror | ||
| 164 | |||
| 165 | $<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation> | 163 | $<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation> |
| 166 | ) | 164 | ) |
| 167 | endif() | 165 | endif() |