aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-08-19 16:25:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-08-19 16:25:22 +0000
commit57c61e47b98fb5133376966584564d549ed16f14 (patch)
tree40c7b7ec3041065894708ed020229cb3a1a4fd18 /src
parentebb95d6fa116e8bb3de2278294451f3def5b9cd4 (diff)
downloadqmmp-57c61e47b98fb5133376966584564d549ed16f14.tar.gz
qmmp-57c61e47b98fb5133376966584564d549ed16f14.tar.bz2
qmmp-57c61e47b98fb5133376966584564d549ed16f14.zip
cmake: added -Wall and -Wextra compile options
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10232 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/app/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index c78b6ffbc..e5c07267c 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -2,7 +2,6 @@ project(app)
INCLUDE(UsePkgConfig)
-ADD_DEFINITIONS( -Wall )
ADD_DEFINITIONS(-DQT_NO_DEBUG)
ADD_DEFINITIONS(-DQT_THREAD)