add -Werror 00/65300/1 accepted/tizen/common/20160408.190224 accepted/tizen/ivi/20160411.005210 accepted/tizen/mobile/20160411.005153 accepted/tizen/tv/20160411.005133 accepted/tizen/wearable/20160411.005155 submit/tizen/20160408.085053
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 8 Apr 2016 08:48:23 +0000 (17:48 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 8 Apr 2016 08:48:23 +0000 (17:48 +0900)
Change-Id: I357129560e8edc003a68f11bdd9608a47fa2b6f6

packaging/e-mod-tizen-eom.spec

index bd55b69..7a5adcf 100644 (file)
@@ -33,7 +33,7 @@ This package is a the Enlightenment eom Module for Tizen.
 %build
 
 export GC_SECTIONS_FLAGS="-fdata-sections -ffunction-sections -Wl,--gc-sections"
-export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}"
+export CFLAGS+=" -Wall -Werror -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}"
 export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
 
 %autogen