dxx-rebirth/similar
Kp 604778248d Fix -Wshadow warning in get_chunks_state
get_chunks_state has a member named `data` and its constructor took a
parameter named `data`.  This is unambiguous in the language, but causes
a warning from gcc's -Wshadow when building with WORDS_NEED_ALIGNMENT.
Rename the parameter to eliminate the warning.

Reported-by: derhass <https://github.com/dxx-rebirth/dxx-rebirth/pull/196>
2016-05-29 17:46:32 +00:00
..
2d Propagate bm_mode::linear into bald_guy_load 2016-05-28 17:31:26 +00:00
3d Fix -Wshadow warning in get_chunks_state 2016-05-29 17:46:32 +00:00
arch Use enum for bitmap mode 2016-05-28 17:31:26 +00:00
editor Fix -Wshadow warnings in med_rotate_group 2016-05-22 17:49:31 +00:00
main Fold nm_messagebox call in net_udp_do_join_game 2016-05-28 17:31:27 +00:00
misc Only break on spaes and tabs 2016-05-12 08:15:26 -05:00