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
+1 -2
View File
@@ -1235,8 +1235,7 @@ uint32_t ParallelConnection::hash(const std::string& val) {
hashVal += (hashVal << 15);
return hashVal;
};
}
std::shared_ptr<ghoul::Event<>> ParallelConnection::connectionEvent() {
return _connectionEvent;