Skip to content

Commit

Permalink
dune-sendmsg: Replaced 'uint' types by 'unsigned int'.
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinto committed May 21, 2020
1 parent 193e7a9 commit b94e1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/utils/dune-sendmsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ main(int argc, char** argv)
IMC::Message* aux;

int list_size = msg_list->size();
for(uint i=0; i < (uint)list_size; i++)
for(unsigned int i=0; i < (unsigned int)list_size; i++)
{

if(delay>0){
Expand Down

0 comments on commit b94e1bc

Please sign in to comment.