summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-05-27 14:30:56 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-05-27 14:30:56 +0200
commit5ae776cd6ab5e50d6cdfc7362dd74367a339d175 (patch)
treeaea2a25777f21690e5d80f1dae103625d1a9b916 /lib
parent586bd30421a98fedbded8c4bb46834ce9f9c7dc3 (diff)
Move warning flags back to local scope
Diffstat (limited to 'lib')
-rw-r--r--lib/libshout/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libshout/CMakeLists.txt b/lib/libshout/CMakeLists.txt
index bd23066956..3cfb35438a 100644
--- a/lib/libshout/CMakeLists.txt
+++ b/lib/libshout/CMakeLists.txt
@@ -36,7 +36,7 @@ add_library(shout_mixxx STATIC
)
target_compile_definitions(shout_mixxx PRIVATE HAVE_CONFIG_H)
-target_compile_options(shout_mixxx PRIVATE -pthread)
+target_compile_options(shout_mixxx PRIVATE -pthread -Wall)
target_link_libraries(shout_mixxx ogg vorbis theora speex OpenSSL::SSL OpenSSL::Crypto)