diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-05-27 03:26:54 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-06-14 00:19:23 +0200 |
commit | 8671aa8dd00f7408193df8835af8043706c64fcb (patch) | |
tree | d36e6c486e8c8d6f16db30f9d1819f1c544dbcc3 /src/audio_core/CMakeLists.txt | |
parent | CMakeLists: Make variable shadowing a compile-time error (diff) | |
download | yuzu-8671aa8dd00f7408193df8835af8043706c64fcb.tar yuzu-8671aa8dd00f7408193df8835af8043706c64fcb.tar.gz yuzu-8671aa8dd00f7408193df8835af8043706c64fcb.tar.bz2 yuzu-8671aa8dd00f7408193df8835af8043706c64fcb.tar.lz yuzu-8671aa8dd00f7408193df8835af8043706c64fcb.tar.xz yuzu-8671aa8dd00f7408193df8835af8043706c64fcb.tar.zst yuzu-8671aa8dd00f7408193df8835af8043706c64fcb.zip |
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
-rw-r--r-- | src/audio_core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index 75ae085ea..89575a53e 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -49,7 +49,6 @@ if (NOT MSVC) target_compile_options(audio_core PRIVATE -Werror=conversion -Werror=ignored-qualifiers - -Werror=unused-parameter $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |