Skip to content

Commit

Permalink
try to remove windows warnings
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Jul 7, 2021
1 parent 48108e2 commit 0619d6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plugins/marker_manager/MarkerManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@

#include <ignition/math/Rand.hh>

#ifdef _MSC_VER
#pragma warning(push, 0)
#endif
#include <ignition/msgs.hh>
#ifdef _MSC_VER
#pragma warning(pop)
#endif

#include <ignition/plugin/Register.hh>

Expand Down

0 comments on commit 0619d6b

Please sign in to comment.