Turn on all warnings, except reorder, and fix remaining warnings
This commit is contained in:
parent
50ed84c1bd
commit
99cd93ae22
4 changed files with 10 additions and 3 deletions
|
@ -33,8 +33,8 @@ namespace
|
|||
CUnit::CUnit()
|
||||
: unit_id ( get_unique_unit_id() )
|
||||
, team_id ( team_id_invalid )
|
||||
, player_id ( player_id_invalid )
|
||||
, unit_vis ( unitVis_invalid )
|
||||
, player_id ( player_id_invalid )
|
||||
, dir ( dir_t::S )
|
||||
, pos ( { ucoord_invalid, ucoord_invalid } )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue