Packaging: make all warnings into errors. 63/71763/1
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 27 May 2016 04:54:17 +0000 (13:54 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 27 May 2016 04:54:17 +0000 (13:54 +0900)
Change-Id: I95e3b1fb6ecf9068eeed0f8f77db2eea0b35cdb8

packaging/capi-ui-efl-util.spec

index 3af4809..926da10 100644 (file)
@@ -38,6 +38,7 @@ cp %{SOURCE1001} .
 
 
 %build
+export CFLAGS+=" -Werror "
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} \
 %if "%{profile}" == "wearable"