Silence an unused variable warning when building with sync disabled
This commit is contained in:
parent
53ca09839e
commit
e697ae3d5c
|
@ -754,6 +754,8 @@ void RealmClass<T>::wait_for_download_completion(ContextType ctx, FunctionType,
|
|||
return;
|
||||
}
|
||||
}
|
||||
#else
|
||||
static_cast<void>(config_object);
|
||||
#endif
|
||||
|
||||
ValueType callback_arguments[1];
|
||||
|
|
Loading…
Reference in New Issue