summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongkyun, Son <dongkyun.s@samsung.com>2016-11-02 19:54:01 +0900
committerDongkyun, Son <dongkyun.s@samsung.com>2016-11-02 19:54:01 +0900
commit5d6a0214d444800649d5505748bdb43701cbd65b (patch)
tree9170392e814cec8bd6762640cafbd4e1f78c5cb3
parent4d09de19d422c7b9a8e3405b8229d03e7501649e (diff)
downloadswap-probe-sandbox/dkson95/gcc6.tar.gz
swap-probe-sandbox/dkson95/gcc6.tar.bz2
swap-probe-sandbox/dkson95/gcc6.zip
fix error by -Werror=deprecated-declarations.sandbox/dkson95/gcc6
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1148bae..bcf4bc1 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,7 @@ PROBE_SRCS = \
ifeq ($(TIZEN_FEATURE_WAYLAND),y)
UTILITY_SRCS += ./helper/dacapture.c
PROBE_SRCS += ./probe_event/orientation.c
+CFLAGS += -Wno-deprecated-declarations
CFLAGS += -DTIZEN_FEATURE_WAYLAND
CFLAGS += -I/usr/include/wayland-extension/
LDFLAGS+=-lecore \