Packaging: make all warnings into errors. 57/72257/1 submit/tizen/20160602.104612
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 31 May 2016 08:47:52 +0000 (17:47 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 31 May 2016 08:47:52 +0000 (17:47 +0900)
Change-Id: I397269cea8ee4eef789490ebf131b4b91b34c037

packaging/e-mod-tizen-effect.spec

index 11f800f..ce03b26 100644 (file)
@@ -27,7 +27,7 @@ as one module of enlightenment.
 %build
 
 export GC_SECTIONS_FLAGS="-fdata-sections -ffunction-sections -Wl,--gc-sections"
-export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}"
+export CFLAGS+=" -Wall -g -fPIC -Werror -rdynamic ${GC_SECTIONS_FLAGS}"
 export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
 
 %autogen