mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
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…
x
Reference in New Issue
Block a user