Silence more compile warnings, fix compilation on MacOS
This commit is contained in:
parent
0a13ec1119
commit
4181b52857
34 changed files with 61 additions and 73 deletions
|
|
@ -407,7 +407,7 @@ namespace Comms{
|
|||
setConnector(protocol);
|
||||
setHost(ip);
|
||||
setStream(streamName);
|
||||
VERYHIGH_MSG("Reloading connection. Claimed record %lu", index);
|
||||
VERYHIGH_MSG("Reloading connection. Claimed record %" PRIu64, index);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue