l2cap: avoid unused parameter warning

This commit is contained in:
Matthias Ringwald 2017-07-25 15:25:58 +02:00
parent f6434032a9
commit 688f976463

View File

@ -2197,6 +2197,10 @@ static void l2cap_signaling_handle_configure_response(l2cap_channel_t *channel,
pos += length;
}
#else
UNUSED(channel);
UNUSED(result);
UNUSED(command);
#endif
}