fix some warnings

This commit is contained in:
Wim Taymans 2021-02-18 12:42:06 +01:00
parent 2efdb78239
commit 63a3811aa7
2 changed files with 14 additions and 6 deletions

View file

@ -437,7 +437,7 @@ static bool rfcomm_hfp_hf(struct spa_source *source, char* buf)
struct rfcomm *rfcomm = source->data;
struct spa_bt_backend *backend = rfcomm->backend;
unsigned int features;
unsigned int gain;
unsigned int SPA_UNUSED gain;
unsigned int selected_codec;
char* token;
char separators[] = "\r\n:";