Browse Source

ERR: Remove warnings

Andy Cedilnik 22 years ago
parent
commit
0d431a1daa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/CTest/cmCTestSubmit.cxx

+ 0 - 2
Source/CTest/cmCTestSubmit.cxx

@@ -245,7 +245,6 @@ bool cmCTestSubmit::SubmitUsingHTTP(const std::string& localprefix,
             sprintf(hex, "%%%02X", (int)c);
             ofile.append(hex);
             break;
-            break;
           default: 
             ofile.append(hex);
           }
@@ -353,7 +352,6 @@ bool cmCTestSubmit::TriggerUsingHTTP(const std::vector<std::string>& files,
             sprintf(hex, "%%%02X", (int)c);
             ofile.append(hex);
             break;
-            break;
           default: 
             ofile.append(hex);
           }