]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
Remove warnings Start_BR_19998_21191
authoradam <adam>
Thu, 17 Feb 2011 14:40:05 +0000 (14:40 +0000)
committeradam <adam>
Thu, 17 Feb 2011 14:40:05 +0000 (14:40 +0000)
src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx

index 01ed20e77604b7aba91a82508069a2e4b2e03416..6af32cb8b76865e6479954f378b3370ba22c5001 100755 (executable)
@@ -295,9 +295,9 @@ static bool readResult(FILE *                           theFile,
   int shapeID = theMesh->ShapeToIndex( theShape );
 
   int line = 1, EndOfFile = 0, nbElem = 0, nField = 10, nbRef = 0, aGHS3DPRLNodeID = 0;
-  char * theField;
+  const char * theField;
 
-  char * tabField [nField];
+  const char * tabField [nField];
   int    tabRef [nField];
 
   tabField[0] = "MeshVersionFormatted";    tabRef[0] = 0;