Skip to content

Commit 2a7f166

Browse files
authored
[Bluetooth] Fix debug build (#42)
1 parent ade8abf commit 2a7f166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/bluetooth/audio/AVDTPSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ namespace AVDTP {
498498
_type = type;
499499

500500
#ifdef __DEBUG__
501-
static const char* labels[] = { "signalling", "transport", "reporting", "recovery" };
501+
VARIABLE_IS_NOT_USED static const char* labels[] = { "signalling", "transport", "reporting", "recovery" };
502502
ASSERT(type < RECOVERY);
503503
TRACE_L1("AVDTP: Changed channel type to: %s", labels[type]);
504504
#endif

0 commit comments

Comments
 (0)