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:
parent
353bb3786e
commit
8c7cf583d3
|
@ -1,3 +1,6 @@
|
||||||
# Copyright (c) 2019 LG Electronics, Inc.
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
ROS_BUILD_DEPENDS += "python-cmake-module"
|
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"
|
||||||
|
|
Loading…
Reference in New Issue