Skip to content

Commit

Permalink
Fix msvc loss of data warning (#266)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 authored May 31, 2024
1 parent 12b6bd8 commit f0875c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sim_factory/SimFactory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ bool SimFactory::Load(const tinyxml2::XMLElement *_elem)

for (const auto &msg : this->worldFactoryMsgs)
{
unsigned int timeout = 2000;
uint32_t timeout = 2000;
msgs::Boolean rep;
bool result;

Expand Down

0 comments on commit f0875c3

Please sign in to comment.