summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-05-26 21:26:54 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-06-13 18:19:23 -0400
commit8671aa8dd00f7408193df8835af8043706c64fcb (patch)
treed36e6c486e8c8d6f16db30f9d1819f1c544dbcc3 /src
parentefc89c032b18d149308a1f8c1a371f503edb91d1 (diff)
audio_core: Remove -Werror=unused-parameter
Removing this as we don't enforce unused parameter warnings elsewhere in the project, and explicitly specify -Wno-unused-parameter in the main CMakeLists.
Diffstat (limited to 'src')
-rw-r--r--src/audio_core/CMakeLists.txt1
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>