Skip to content

Commit

Permalink
[Bluetooth] Fix debug build (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 authored Jul 10, 2024
1 parent ade8abf commit 2a7f166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/bluetooth/audio/AVDTPSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ namespace AVDTP {
_type = type;

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

0 comments on commit 2a7f166

Please sign in to comment.