Code review comment for lp:~widelands-dev/widelands/compiler_warnings

Revision history for this message
TiborB (tiborb95) wrote :

I am bit nervous about all that static_casts. All variable that can be reworked to uint32_t should be reworked. I know this might be a lot of work...

Alternativelly I would vote for assert(x>=0) before all (remaining) static_casts. To be on safe side...

« Back to merge proposal