mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-11 05:59:57 -06:00
Remove warnings on MacOS in Clang
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user