Packaging: make all warnings into errors. 12/72312/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 31 May 2016 10:48:02 +0000 (19:48 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 31 May 2016 10:48:02 +0000 (19:48 +0900)
Change-Id: Ic03a85823745cc5aaaf005151223e7c0bc9e89ce

packaging/e-tizen-testcase.spec

index 50cedd25b6a4e2c12a05df4a60f8ba0df7749aee..9f271023aafb1fe99c7675d11c138a036ed26aca 100644 (file)
@@ -23,7 +23,7 @@ This package is a test case runner for 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