Revert "Packaging: make all warnings into errors." 08/72808/1
authorGwanglim Lee <gl77.lee@samsung.com>
Thu, 2 Jun 2016 11:39:07 +0000 (20:39 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 2 Jun 2016 11:39:15 +0000 (20:39 +0900)
This reverts commit 9766d46316cca83c1d41b82f636429ac4f3614b2.

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

index 5203496..6ec8a90 100644 (file)
@@ -26,7 +26,7 @@ This package is a processmgr module for enlightenment.
 
 %build
 export GC_SECTIONS_FLAGS="-fdata-sections -ffunction-sections -Wl,--gc-sections"
-export CFLAGS+=" -Wall -Werror-implicit-function-declaration -g -fPIC -Werror -rdynamic ${GC_SECTIONS_FLAGS} -DE_LOGGING=1"
+export CFLAGS+=" -Wall -Werror-implicit-function-declaration -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS} -DE_LOGGING=1"
 export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
 
 %if %{with wayland}