diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-05-27 02:08:21 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-06-14 00:19:23 +0200 |
commit | efc89c032b18d149308a1f8c1a371f503edb91d1 (patch) | |
tree | dafbdc3a20ad07f24ee92c4583e3e84ecf01ab02 /src/shader_recompiler | |
parent | externals: microprofile: Eliminate variable shadowing (diff) | |
download | yuzu-efc89c032b18d149308a1f8c1a371f503edb91d1.tar yuzu-efc89c032b18d149308a1f8c1a371f503edb91d1.tar.gz yuzu-efc89c032b18d149308a1f8c1a371f503edb91d1.tar.bz2 yuzu-efc89c032b18d149308a1f8c1a371f503edb91d1.tar.lz yuzu-efc89c032b18d149308a1f8c1a371f503edb91d1.tar.xz yuzu-efc89c032b18d149308a1f8c1a371f503edb91d1.tar.zst yuzu-efc89c032b18d149308a1f8c1a371f503edb91d1.zip |
Diffstat (limited to 'src/shader_recompiler')
-rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index 4c76ce1ea..ae1dbe619 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt @@ -253,9 +253,6 @@ else() -Werror -Werror=conversion -Werror=ignored-qualifiers - -Werror=implicit-fallthrough - -Werror=shadow - -Werror=sign-compare $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> -Werror=unused-variable |