mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +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))
|
# define XP_UNUSED_BT(x) UNUSED__ ## x __attribute__((unused))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BT_USE_RFCOMM
|
#ifdef BT_USE_RFCOMM
|
||||||
# define XP_UNUSED_RFCOMM(x) x
|
# define XP_UNUSED_RFCOMM(x) x
|
||||||
#else
|
#else
|
||||||
# define XP_UNUSED_RFCOMM(x) UNUSED__ ## x __attribute__((unused))
|
# define XP_UNUSED_RFCOMM(x) UNUSED__ ## x __attribute__((unused))
|
||||||
|
|
Loading…
Add table
Reference in a new issue