It suppresses warning:
usb-host-ffs-test-daemon/descs_gen.c:43:9: warning:
'usb_functionfs_descs_head' is deprecated [-Wdeprecated-declarations]
As of the 3.14, the struct has been deprecated.
Change-Id: I90c2061c810029ba866b703d3eba7727eb993035
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
usb-host-ffs-test-daemon.c
)
-SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -g -fno-omit-frame-pointer -finstrument-functions")
+SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -g -fno-omit-frame-pointer -finstrument-functions -Wno-deprecated-declarations")
INCLUDE(FindPkgConfig)
pkg_check_modules(SYSTEMD REQUIRED libsystemd)
FOREACH(flag ${SYSTEMD_CFLAGS})