Remove GCC warnings

This commit is contained in:
Alexander Bock
2017-11-13 16:22:07 -05:00
parent 3f6e5e6ace
commit 3a7f221793
72 changed files with 140 additions and 139 deletions
@@ -56,7 +56,6 @@ void GuiParallelComponent::renderDisconnected() {
}
void GuiParallelComponent::renderClientWithHost() {
ParallelConnection& parallel = OsEng.parallelConnection();
std::string connectionInfo = "Session hosted by \"" + parallel.hostName() + "\"\n";