Skip to content

Commit f0aed90

Browse files
olivier-stassenim65s
authored andcommitted
Switch off warnings from ros.
1 parent d55eee4 commit f0aed90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/dynamic_graph_bridge/ros_interpreter.hh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef DYNAMIC_GRAPH_BRIDGE_INTERPRETER_HH
22
#define DYNAMIC_GRAPH_BRIDGE_INTERPRETER_HH
3+
#pragma GCC diagnostic push
4+
#pragma GCC system_header
35
#include <ros/ros.h>
6+
#pragma GCC diagnostic pop
7+
48
#include <dynamic_graph_bridge_msgs/RunCommand.h>
59
#include <dynamic_graph_bridge_msgs/RunPythonFile.h>
610
#include <dynamic-graph/python/interpreter.hh>

0 commit comments

Comments
 (0)