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

Commit 9a366497 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in packages/apps/Bluetooth"

am: 53b3198d

Change-Id: I16588831aea6e4f59a110d4c46218a1a46785e2f
parents f6cd51ce 53b3198d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ cc_library_shared {
    ],
    cflags: [
        "-Wall",
        "-Werror",
        "-Wextra",
        "-Wno-unused-parameter",
    ],
+2 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include "hardware/bt_rc.h"
#include "utils/Log.h"

#include <inttypes.h>
#include <string.h>

namespace android {
@@ -812,7 +813,7 @@ static jboolean registerNotificationRspTrackChangeNative(JNIEnv* env,
    uid = uid + (trk[uid_idx] << (BTRC_UID_SIZE - 1 - uid_idx));
  }

  ALOGV("%s: Sending track change notification: %d -> %llu", __func__, type,
  ALOGV("%s: Sending track change notification: %d -> %" PRIu64, __func__, type,
        uid);

  bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp(