summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2018-12-18 17:04:04 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2018-12-19 16:13:33 +0900
commitaa3698f8f768323356eb791e29da22cf4f4fd2af (patch)
tree6a0d2f1b1536185941e99a5d9461ec55be4c024c
parent4ece60a2dbd7b45160694f0558c4d4816820996b (diff)
downloadautofill-setting-aa3698f8f768323356eb791e29da22cf4f4fd2af.tar.gz
autofill-setting-aa3698f8f768323356eb791e29da22cf4f4fd2af.tar.bz2
autofill-setting-aa3698f8f768323356eb791e29da22cf4f4fd2af.zip
Add -Werror option
Change-Id: I0fe0b725d585fadfc6fc30c89d363ee0ccb1e362 Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rw-r--r--packaging/org.tizen.autofill-setting-wearable.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/org.tizen.autofill-setting-wearable.spec b/packaging/org.tizen.autofill-setting-wearable.spec
index 99a9a0f..5012041 100644
--- a/packaging/org.tizen.autofill-setting-wearable.spec
+++ b/packaging/org.tizen.autofill-setting-wearable.spec
@@ -28,8 +28,8 @@ Autofill Setting Application for wearable profile
CFLAGS+=" -D_WEARABLE -D_CIRCLE";
CXXFLAGS+=" -D_WEARABLE -D_CIRCLE";
-export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE -DTIZEN_DEBUG_ENABLE -fvisibility=hidden"
-export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE -DTIZEN_DEBUG_ENABLE -fvisibility=hidden -fvisibility-inlines-hidden"
+export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE -DTIZEN_DEBUG_ENABLE -fvisibility=hidden -Werror"
+export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE -DTIZEN_DEBUG_ENABLE -fvisibility=hidden -fvisibility-inlines-hidden -Werror"
export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE -DTIZEN_DEBUG_ENABLE"
export CFLAGSBASE="$CFLAGS"