mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
fix so -Wundef can be passed -- except that android's headers don't
compile then :-)
This commit is contained in:
parent
dfc3ca5289
commit
3732321825
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue