Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Jan 12, 2024
1 parent d037b5e commit d8fd7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SystemLoader_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ using namespace gz;
using namespace sim;

#ifdef _WIN32
constexpr char *kPluginDir = "bin";
constexpr const char *kPluginDir = "bin";
#else
constexpr char *kPluginDir = "lib";
constexpr const char *kPluginDir = "lib";
#endif
/////////////////////////////////////////////////
TEST(SystemLoader, Constructor)
Expand Down

0 comments on commit d8fd7aa

Please sign in to comment.