diff options
author | Dongkyun, Son <dongkyun.s@samsung.com> | 2016-11-02 19:54:01 +0900 |
---|---|---|
committer | Dongkyun, Son <dongkyun.s@samsung.com> | 2016-11-02 19:54:01 +0900 |
commit | 5d6a0214d444800649d5505748bdb43701cbd65b (patch) | |
tree | 9170392e814cec8bd6762640cafbd4e1f78c5cb3 | |
parent | 4d09de19d422c7b9a8e3405b8229d03e7501649e (diff) | |
download | swap-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |