summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjy910.yun <jy910.yun@samsung.com>2013-01-21 20:35:22 +0900
committerjy910.yun <jy910.yun@samsung.com>2013-01-21 20:35:22 +0900
commita36ac34b57347b7b92acbc910c35a75e7a6fca29 (patch)
treefa22de5a6423e200e6202d6afaa3f4a44415f858
parent179604b1cdb70501e983694d23d03b75f2ceeab7 (diff)
downloadhaptic-a36ac34b57347b7b92acbc910c35a75e7a6fca29.tar.gz
haptic-a36ac34b57347b7b92acbc910c35a75e7a6fca29.tar.bz2
haptic-a36ac34b57347b7b92acbc910c35a75e7a6fca29.zip
delete -Werror option regarding build break issue
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--packaging/capi-system-haptic.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e01ea5..8d14f49 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ FOREACH(flag ${${fw_name}_CFLAGS})
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
ENDFOREACH(flag)
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC -Wall -Werror")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC -Wall")
SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
IF("${ARCH}" STREQUAL "arm")
diff --git a/packaging/capi-system-haptic.spec b/packaging/capi-system-haptic.spec
index ec4cec8..8fedb7e 100644
--- a/packaging/capi-system-haptic.spec
+++ b/packaging/capi-system-haptic.spec
@@ -2,7 +2,7 @@
Name: capi-system-haptic
Summary: A Haptic library in Tizen C API
Version: 0.1.0
-Release: 22
+Release: 23
Group: TO_BE/FILLED_IN
License: TO BE FILLED IN
Source0: %{name}-%{version}.tar.gz