ERR: Remove warnings

This commit is contained in:
Andy Cedilnik 2003-05-01 07:56:59 -04:00
parent 6549b32023
commit 0d431a1daa
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}