Revert "Packaging: make all warnings into errors." 27/74127/1 accepted/tizen/common/20160613.144750 accepted/tizen/ivi/20160613.123453 accepted/tizen/mobile/20160613.123548 accepted/tizen/tv/20160613.123446 accepted/tizen/wearable/20160613.123514 submit/tizen/20160613.023305
authorGwanglim Lee <gl77.lee@samsung.com>
Mon, 13 Jun 2016 02:28:56 +0000 (11:28 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 13 Jun 2016 02:29:16 +0000 (11:29 +0900)
This reverts commit 923610052d843d42608c5a0dac8bf618186678f4.

Change-Id: Ib42a0967e2ea58a4456d48e2fb1bf09ed3c22a66
Signed-off-by: Gwanglim Lee <gl77.lee@samsung.com>
packaging/e-mod-tizen-effect.spec

index ce03b26..11f800f 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 -Werror -rdynamic ${GC_SECTIONS_FLAGS}"
+export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}"
 export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
 
 %autogen