diff options
| author | 2021-01-15 01:45:01 -0500 | |
|---|---|---|
| committer | 2021-01-15 01:45:01 -0500 | |
| commit | 7f37822c744f245887ab3d1b5a1db4e6ecf76f7a (patch) | |
| tree | 649da14c66e0c4b408be62b63d1369d53ab73ffc /src/core | |
| parent | Merge pull request #5351 from ReinUsesLisp/vc-unused-functions (diff) | |
| parent | core/cmake: Remove Werror flags already defined code-base wide (diff) | |
| download | yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar.gz yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar.xz yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.zip | |
Merge pull request #5353 from ReinUsesLisp/deduplicate-warning-flags
{video_,}core/cmake: Remove Werror flags already defined code-base wide
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 1b8ad476e..99310dc50 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -643,9 +643,7 @@ else() | |||
| 643 | -Werror=conversion | 643 | -Werror=conversion |
| 644 | -Werror=ignored-qualifiers | 644 | -Werror=ignored-qualifiers |
| 645 | -Werror=implicit-fallthrough | 645 | -Werror=implicit-fallthrough |
| 646 | -Werror=reorder | ||
| 647 | -Werror=sign-compare | 646 | -Werror=sign-compare |
| 648 | -Werror=unused-variable | ||
| 649 | 647 | ||
| 650 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | 648 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> |
| 651 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | 649 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |