Remove warnings on MacOS in Clang

This commit is contained in:
Alexander Bock
2017-04-25 19:12:42 -04:00
parent b141ad650b
commit da3e912026
110 changed files with 511 additions and 536 deletions

View File

@@ -830,7 +830,7 @@ void ScriptEngine::decode(SyncBuffer* syncBuffer) {
}
}
void ScriptEngine::postsync(bool isMaster) {
void ScriptEngine::postsync(bool) {
std::vector<std::string> scripts;
_mutex.lock();