mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
static_cast<void>(config_object);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ValueType callback_arguments[1];
|
ValueType callback_arguments[1];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user