Remove a MSVC warning suppression that no longer does anything...

...(no code between starting and stopping the suppression).
This commit is contained in:
J. Tyne 2013-01-14 19:29:04 +00:00
parent d2602a3679
commit 0a540d6e4a

View File

@ -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_),