Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed70933d authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix build warnings

Change-Id: Ic82cc86ac4b63b30ab66e1b8c7fd0e998fea590e
parent 81754949
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ again:
            bufit++;
    }

    *bufit = NULL;
    *bufit = 0;

    // According to ITU V.250 section 5.1, IA5 7 bit chars are used, 
    //   the eighth bit or higher bits are ignored if they exists
+1 −1
Original line number Diff line number Diff line
@@ -1035,7 +1035,7 @@ static jboolean removeReservedServiceRecordsNative(JNIEnv *env, jobject object,
                            DBUS_ADAPTER_IFACE, "RemoveReservedServiceRecords",
                            DBUS_TYPE_ARRAY, DBUS_TYPE_UINT32,
                            &values, len, DBUS_TYPE_INVALID);
    env->ReleaseIntArrayElements(handles, values, NULL);
    env->ReleaseIntArrayElements(handles, values, 0);
    return reply ? JNI_TRUE : JNI_FALSE;
#endif
    return JNI_FALSE;