Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55c982b

Browse files
decreasing warning level to fix issue BehaviorTree#220
1 parent 1e5a84a commit 55c982b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ if( ZMQ_FOUND )
229229
endif()
230230

231231
if(MSVC)
232-
target_compile_options(${BEHAVIOR_TREE_LIBRARY} PRIVATE /W4 /WX)
232+
target_compile_options(${BEHAVIOR_TREE_LIBRARY} PRIVATE /W3 /WX)
233233
else()
234234
target_compile_options(${BEHAVIOR_TREE_LIBRARY} PRIVATE
235235
-Wall -Wextra -Werror=return-type)

0 commit comments

Comments
 (0)