File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,9 @@ distribution.
65
65
#endif
66
66
67
67
// Do NOT export. This version is meant to be linked statically only.
68
- #ifdef _WIN32
69
- # define TINYXML2_LIB
70
- #elif __GNUC__ >= 4
71
- # define TINYXML2_LIB __attribute__ ((visibility(" hidden" )))
72
- #endif
68
+ #define TINYXML2_LIB
69
+
70
+
73
71
74
72
75
73
#if defined(TINYXML2_DEBUG)
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 2.8 )
2
2
project (behavior_tree_core )
3
3
4
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall - std=c++11 -pthread -Werror=return-type" )
4
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pthread -Werror=return-type -Wall -Wpedantic -Wattributes " )
5
5
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR} /cmake" )
6
6
#############################################################
7
7
# http://answers.ros.org/question/230877/optionally-build-a-package-with-catkin/
You can’t perform that action at this time.
0 commit comments