]> Creatis software - gdcm.git/blobdiff - Testing/TestAllEntryVerify.cxx
FIX: Could not compile with warnings flags on
[gdcm.git] / Testing / TestAllEntryVerify.cxx
index 978ee44d404ffa1ec3a2da39948d67bf3621b701..222d2f354fc149f184b085e9357383fcefcd4c44 100644 (file)
@@ -129,6 +129,8 @@ bool ReferenceFileParser::AddKeyValuePairToMap( string& key, string& value )
    if ( CurrentMapEntryValuesPtr->count(key) != 0 )
       return false;
    (*CurrentMapEntryValuesPtr)[key] = value;
+   
+   return true; //??
 }
 
 void ReferenceFileParser::Print()
@@ -203,6 +205,7 @@ bool ReferenceFileParser::Check()
       cout << Indent << "  OK" << endl;
    }
    cout << Indent << endl;
+   return true; //???
 }
 
 istream& ReferenceFileParser::eatwhite( istream& is )
@@ -429,6 +432,7 @@ bool ReferenceFileParser::Open( string& referenceFileName )
    }
 
    from.close();
+   return true; //??
 }
 
 void ReferenceFileParser::CleanUpLine( string& line )
@@ -577,6 +581,7 @@ bool ReferenceFileParser::SecondPassReferenceFile()
 
       ParseRegularLine( line );
    }
+   return true; //??
 }
 
 int TestAllEntryVerify(int argc, char* argv[])