mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
fix compiler warning
This commit is contained in:
parent
3ed35abaac
commit
7feb202240
1 changed files with 2 additions and 0 deletions
|
@ -1332,7 +1332,9 @@ fetchTiles( ServerCtxt* server, XP_U16 playerNum, XP_U16 nToFetch,
|
||||||
TrayTileSet oneTile;
|
TrayTileSet oneTile;
|
||||||
PickInfo pi;
|
PickInfo pi;
|
||||||
XP_UCHAR4 curTray[MAX_TRAY_TILES];
|
XP_UCHAR4 curTray[MAX_TRAY_TILES];
|
||||||
|
#ifdef FEATURE_TRAY_EDIT
|
||||||
DictionaryCtxt* dict = model_getDictionary( server->vol.model );
|
DictionaryCtxt* dict = model_getDictionary( server->vol.model );
|
||||||
|
#endif
|
||||||
|
|
||||||
XP_ASSERT( !!pool );
|
XP_ASSERT( !!pool );
|
||||||
#ifdef FEATURE_TRAY_EDIT
|
#ifdef FEATURE_TRAY_EDIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue