X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBatch%2FBatch_Date.cxx;h=b228a5ddc04b91aee1ae3f4450439914f1bb2413;hb=5f94d0c406a8eb3248a708ce47285cf596274d77;hp=0ec1166ef5cb0d6cdb5edab2c0d8eaeeed0a5d1e;hpb=e6bfea36374791cd31c274a2f97df90dc60ddaf3;p=modules%2Fkernel.git diff --git a/src/Batch/Batch_Date.cxx b/src/Batch/Batch_Date.cxx index 0ec1166ef..b228a5ddc 100644 --- a/src/Batch/Batch_Date.cxx +++ b/src/Batch/Batch_Date.cxx @@ -60,7 +60,7 @@ namespace Batch { _sec = p_tm->tm_sec; } else { - char c; +// char c; // istringstream ist(s); // ist >> _day >> c // >> _month >> c @@ -124,7 +124,7 @@ namespace Batch { _sec = p_tm->tm_sec; } else { - char c; +// char c; // istringstream ist(s); // ist >> _day >> c // >> _month >> c