Windows build fixes, fix double/float types to get rid of warnings.
This commit is contained in:
parent
9797540212
commit
9c51ce9c40
5 changed files with 28 additions and 12 deletions
|
@ -389,7 +389,7 @@ public:
|
|||
_bindings[_bindingCount].udpSock = udps;
|
||||
_bindings[_bindingCount].tcpListenSock = tcps;
|
||||
_bindings[_bindingCount].address = ii->first;
|
||||
phy.setIfName(udps, (char*)ii->second.c_str(), ii->second.length());
|
||||
phy.setIfName(udps,(char*)ii->second.c_str(),(int)ii->second.length());
|
||||
++_bindingCount;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue