fix so -Wundef can be passed -- except that android's headers don't

compile then :-)
This commit is contained in:
Eric House 2015-07-29 19:36:17 -07:00
parent dfc3ca5289
commit 3732321825

View file

@ -333,7 +333,7 @@ typedef struct _PlayerDicts {
# define XP_UNUSED_BT(x) UNUSED__ ## x __attribute__((unused))
#endif
#if BT_USE_RFCOMM
#ifdef BT_USE_RFCOMM
# define XP_UNUSED_RFCOMM(x) x
#else
# define XP_UNUSED_RFCOMM(x) UNUSED__ ## x __attribute__((unused))