DRAFT [thud] rosbag2-transport-0.0.6.inc: Workaround type cast error

It would be better to patch the code.
This commit is contained in:
JeongBong Seo 2019-04-05 18:16:11 +09:00 committed by Herb Kuta
parent 353bb3786e
commit 8c7cf583d3
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Copyright (c) 2019 LG Electronics, Inc.
ROS_BUILD_DEPENDS += "python-cmake-module"
# XXX Workaround for a type casting error (PyMethodDef) in rosbag2_transport_python.cpp .
TARGET_CFLAGS += "-Wno-error=cast-function-type"