Fix coverity warning in Ascii reader.

This commit is contained in:
Johanna Amann 2017-03-13 11:16:15 -07:00
parent d505670f59
commit a38f44b1fd

View file

@ -49,6 +49,7 @@ FieldMapping FieldMapping::subType()
Ascii::Ascii(ReaderFrontend *frontend) : ReaderBackend(frontend) Ascii::Ascii(ReaderFrontend *frontend) : ReaderBackend(frontend)
{ {
mtime = 0; mtime = 0;
suppress_warnings = false;
} }
Ascii::~Ascii() Ascii::~Ascii()