Jelajahi Sumber

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.
Morph 4 tahun lalu
induk
melakukan
8671aa8dd0
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/audio_core/CMakeLists.txt

+ 0 - 1
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>