Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Mar 3, 2025
1 parent 007a007 commit 9347ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RPI/Top/RPITopologyDefs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ namespace RPI {

}
TopologyState(
const char *hostName,
U16 portNumber
const char *a_hostName,
U16 a_portNumber
) :
hostName(hostName),
portNumber(portNumber)
hostName(a_hostName),
portNumber(a_portNumber)
{

}
Expand Down

0 comments on commit 9347ccc

Please sign in to comment.