Packaging: make all warnings into errors. 89/72189/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 31 May 2016 06:40:21 +0000 (15:40 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 31 May 2016 06:40:21 +0000 (15:40 +0900)
Change-Id: I4155f2daa2d77c9ce5cd9443a151a4a778e67bba

packaging/e-mod-tizen-processmgr.spec

index f2823d8..89a2846 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 -rdynamic ${GC_SECTIONS_FLAGS} -DE_LOGGING=1"
+export CFLAGS+=" -Wall -Werror-implicit-function-declaration -g -fPIC -Werror -rdynamic ${GC_SECTIONS_FLAGS} -DE_LOGGING=1"
 export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
 
 %if %{with wayland}