0023947: Eliminate trivial compiler warnings in MSVC++ with warning level 4
[occt.git] / src / FSD / FSD_CmpFile.cxx
index 7dea712..3111e44 100755 (executable)
@@ -392,7 +392,7 @@ void FSD_CmpFile::ReadString(TCollection_AsciiString& buffer)
 
 void FSD_CmpFile::ReadWord(TCollection_AsciiString& buffer)
 {
-  char c;
+  char c = '\0';
   char b[8193],*tmpb;
   Standard_Boolean IsEnd = Standard_False;
   Standard_Integer i;
@@ -1394,5 +1394,4 @@ Storage_Position FSD_CmpFile::Tell()
   }
   default: return -1;
   }
-  return -1;
 }