diff options
| author | 2022-10-21 02:34:06 -0400 | |
|---|---|---|
| committer | 2022-10-22 15:02:04 -0400 | |
| commit | 93297d14d8fc5c8f73e8ccba5ca989590a453c05 (patch) | |
| tree | 4b25f5ceda595051501136a7f3000e7ef989e1f1 /src/CMakeLists.txt | |
| 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 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f774c2791..71853eaad 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -100,16 +100,9 @@ if (MSVC) | |||
| 100 | else() | 100 | else() |
| 101 | add_compile_options( | 101 | add_compile_options( |
| 102 | -Werror=all | 102 | -Werror=all |
| 103 | -Werror=array-bounds | ||
| 104 | -Werror=extra | 103 | -Werror=extra |
| 105 | -Werror=implicit-fallthrough | ||
| 106 | -Werror=missing-declarations | 104 | -Werror=missing-declarations |
| 107 | -Werror=missing-field-initializers | ||
| 108 | -Werror=reorder | ||
| 109 | -Werror=shadow | 105 | -Werror=shadow |
| 110 | -Werror=sign-compare | ||
| 111 | -Werror=switch | ||
| 112 | -Werror=uninitialized | ||
| 113 | -Werror=unused | 106 | -Werror=unused |
| 114 | 107 | ||
| 115 | -Wno-attributes | 108 | -Wno-attributes |