games/warmux: Fix build with Clang 6
interface/weapon_menu.cpp:394:12: error: cannot initialize return object of type 'Weapon *' with an rvalue of type 'bool'
return false;
^~~~~map/tile.cpp:676:30: error: non-constant-expression cannot be narrowed from type
'uint' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') in initializer
list [-Wc++11-narrowing]
SynchTileInfo info = { i, t->GetSynchsum() };
^