Add -Wall compile option 46/133646/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 13 Jun 2017 04:14:41 +0000 (13:14 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 13 Jun 2017 04:14:41 +0000 (13:14 +0900)
Change-Id: I70c3fd11e9c7d5f39a41eb567704ad1897fc502a
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-job-scheduler.spec

index 65a2667..f73efa2 100644 (file)
@@ -58,7 +58,7 @@ which is a part of the Tizen Contextual service framework.
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 
-export CXXFLAGS+=" -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wswitch-default -Wno-unused-parameter"
+export CXXFLAGS+=" -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wswitch-default -Wno-unused-parameter"
 export CXXFLAGS+=" -Wno-empty-body -fomit-frame-pointer -fno-optimize-sibling-calls"
 export CXXFLAGS+=" -fno-strict-aliasing -fno-unroll-loops -fsigned-char -fstrict-overflow"
 export CXXFLAGS+=" -Wnon-virtual-dtor -std=c++0x"