summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2021-01-15 03:39:24 -0300
committerGravatar ReinUsesLisp2021-01-15 03:39:24 -0300
commitfb99446f2401400185ce40f717c357c908d7260d (patch)
tree649da14c66e0c4b408be62b63d1369d53ab73ffc
parentvideo_core/cmake: Remove Werror flags already defined code-base wide (diff)
downloadyuzu-fb99446f2401400185ce40f717c357c908d7260d.tar.gz
yuzu-fb99446f2401400185ce40f717c357c908d7260d.tar.xz
yuzu-fb99446f2401400185ce40f717c357c908d7260d.zip
core/cmake: Remove Werror flags already defined code-base wide
-rw-r--r--src/core/CMakeLists.txt2
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>