diff options
author | Lioncash <mathew1800@gmail.com> | 2020-04-17 04:06:58 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-04-17 04:07:16 +0200 |
commit | fc5df84581c826525c158c234cefa6c2cf1d84e8 (patch) | |
tree | c09650832494d95a942b8563a4fcd7dabe61614d /src | |
parent | Merge pull request #3673 from lioncash/extra (diff) | |
download | yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.gz yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.bz2 yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.lz yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.xz yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.zst yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0913be72c..3719bbc7c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,6 +56,7 @@ else() -Werror=implicit-fallthrough -Werror=reorder -Wextra + -Wmissing-declarations -Wno-attributes -Wno-unused-parameter ) |