We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22929a2 commit 7a88482Copy full SHA for 7a88482
1 file changed
src/xml_parsing.cpp
@@ -29,11 +29,17 @@
29
#if defined(__linux) || defined(__linux__)
30
#pragma GCC diagnostic push
31
#pragma GCC diagnostic ignored "-Wattributes"
32
+#pragma GCC diagnostic ignored "-Wtype-limits"
33
+#endif
34
+
35
+#include "tinyxml2.h"
36
37
+#if defined(__linux) || defined(__linux__)
38
+#pragma GCC diagnostic pop
39
#endif
40
41
#include <map>
42
#include "behaviortree_cpp/xml_parsing.h"
-#include "tinyxml2.h"
43
#include <filesystem>
44
45
#ifdef USING_ROS2
0 commit comments