From 4c86a5e8e4f92e19cb191c02d3695aca93c29c5d Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Fri, 12 Nov 2010 17:04:40 +0000 Subject: [PATCH] Switch coverity name from the type of error to the type of event git-svn-id: http://root.cern.ch/svn/root/trunk@36636 27541ba8-7e3a-0410-8455-c3a389f83636 --- io/xml/src/TXMLEngine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/xml/src/TXMLEngine.cxx b/io/xml/src/TXMLEngine.cxx index cf3f8e8529d..d57d4d0c922 100644 --- a/io/xml/src/TXMLEngine.cxx +++ b/io/xml/src/TXMLEngine.cxx @@ -1113,7 +1113,7 @@ XMLDocPointer_t TXMLEngine::ParseStream(TXMLInputStream* inp) if (resvalue!=2) break; - // coverity[CHECKED_RETURN] at this place result of SkipSpaces() doesn't matter - either file is finished (false) or there is some more nodes to analyse (true) + // coverity[unchecked_value] at this place result of SkipSpaces() doesn't matter - either file is finished (false) or there is some more nodes to analyse (true) if (!inp->EndOfStream()) inp->SkipSpaces(); if (inp->EndOfStream()) { -- GitLab