forked from organicmaps/organicmaps
[android] Warning fix.
This commit is contained in:
parent
09fa86558d
commit
97183357dd
1 changed files with 0 additions and 2 deletions
|
@ -26,11 +26,9 @@ public:
|
|||
Init(env);
|
||||
|
||||
jstring jcountryName = static_cast<jstring>(env->GetObjectField(obj, m_countryName));
|
||||
jlong jversion = env->GetLongField(obj, m_version);
|
||||
jint jindex = env->GetIntField(obj, m_index);
|
||||
|
||||
auto const countryName = jni::ToNativeString(env, jcountryName);
|
||||
auto const version = static_cast<int64_t>(jversion);
|
||||
auto const index = static_cast<uint32_t>(jindex);
|
||||
|
||||
auto const & ds = g_framework->GetDataSource();
|
||||
|
|
Loading…
Add table
Reference in a new issue