mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 17:16:50 +00:00
Remove a MSVC warning suppression that no longer does anything...
...(no code between starting and stopping the suppression).
This commit is contained in:
parent
d2602a3679
commit
0a540d6e4a
@ -600,16 +600,6 @@ int defense_modifier_internal(defense_cache &defense_mods,
|
||||
}
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
//silence "elements of array will be default initialized" warnings
|
||||
#pragma warning(disable:4351)
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
unit_type::unit_type(const unit_type& o) :
|
||||
cfg_(o.cfg_),
|
||||
id_(o.id_),
|
||||
|
Loading…
x
Reference in New Issue
Block a user