diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-01-13 07:52:30 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-01-13 07:57:18 +0100 |
commit | 2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1 (patch) | |
tree | e4d8b81becfd9b45ff706b8d61008e4ab9329879 | |
parent | Merge pull request #5280 from FearlessTobi/port-5666 (diff) | |
download | yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.gz yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.bz2 yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.lz yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.xz yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.zst yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.zip |
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 61adbef28..ee6f61f16 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -67,8 +67,10 @@ else() -Werror=implicit-fallthrough -Werror=missing-declarations -Werror=reorder + -Werror=switch -Werror=uninitialized -Werror=unused-result + -Werror=unused-variable -Wextra -Wmissing-declarations -Wno-attributes |