Fix runaway deprecation suppression

Field.h had a runaway deprecation suppression where the pragmas to
suppress deprecation warnings were turned on but not properly turned
off. This caused deprecation warnings to be turned off for anything
including Field.h (directly or indirectly), and consequently lots of use
of deprecated features went unnoticed.
This commit is contained in:
Kenneth Moreland 2021-01-25 10:32:09 -07:00
parent 3f5193d231
commit b085cde358

@ -328,7 +328,7 @@ public:
Serialization<vtkm::cont::Field>::load(bb, serializable.Field);
}
};
VTKM_DEPRECATED_SUPPRESS_BEGIN
VTKM_DEPRECATED_SUPPRESS_END
} // diy
/// @endcond SERIALIZATION