Skip to content

Commit

Permalink
audio/ncpamixer: Unbreak on CURRENT
Browse files Browse the repository at this point in the history
A minor compilation warning was elevated to error with -Werror.

Reported by:	fallout
  • Loading branch information
yurivict committed Dec 16, 2021
1 parent 54ba566 commit badd4e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions audio/ncpamixer/files/patch-CMakeLists.txt
@@ -0,0 +1,13 @@
- workaround for https://github.com/fulhax/ncpamixer/issues/57

--- CMakeLists.txt.orig 2021-12-16 08:19:36 UTC
+++ CMakeLists.txt
@@ -76,7 +76,7 @@ target_link_libraries(${CMAKE_PROJECT_NAME}
${CMAKE_THREAD_LIBS_INIT}
)

-target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC "-Werror")
+#target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC "-Werror")
target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC "-Wall")
target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC "-Wpedantic")

0 comments on commit badd4e8

Please sign in to comment.