diff options
| author | 2021-01-15 03:36:42 -0300 | |
|---|---|---|
| committer | 2021-01-15 03:37:34 -0300 | |
| commit | cc2c3e447f54f7079d5ce35895a2827cde4de089 (patch) | |
| tree | ffdcc73118bcea89cd0f618b908df822019d4027 | |
| parent | Merge pull request #5351 from ReinUsesLisp/vc-unused-functions (diff) | |
| download | yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar.gz yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar.xz yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.zip | |
video_core/cmake: Remove Werror flags already defined code-base wide
These flags are already defined in src/cmake.
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index f7b9d7f86..25a4b1c5b 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -312,9 +312,7 @@ else() | |||
| 312 | -Werror=pessimizing-move | 312 | -Werror=pessimizing-move |
| 313 | -Werror=redundant-move | 313 | -Werror=redundant-move |
| 314 | -Werror=shadow | 314 | -Werror=shadow |
| 315 | -Werror=switch | ||
| 316 | -Werror=type-limits | 315 | -Werror=type-limits |
| 317 | -Werror=unused-variable | ||
| 318 | 316 | ||
| 319 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> | 317 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> |
| 320 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | 318 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> |