diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 11:56:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 11:56:59 (GMT) |
commit | 0d431a1daa33d966a82831eeb970314541f40a75 (patch) | |
tree | 82af330740aacdd24f80a7a930b7c14c76779a71 /Source/CTest/cmCTestSubmit.cxx | |
parent | 6549b32023c6c8d79a8a5012fd5606de66fd2493 (diff) | |
download | CMake-0d431a1daa33d966a82831eeb970314541f40a75.zip CMake-0d431a1daa33d966a82831eeb970314541f40a75.tar.gz CMake-0d431a1daa33d966a82831eeb970314541f40a75.tar.bz2 |
ERR: Remove warnings
Diffstat (limited to 'Source/CTest/cmCTestSubmit.cxx')
-rw-r--r-- | Source/CTest/cmCTestSubmit.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestSubmit.cxx b/Source/CTest/cmCTestSubmit.cxx index 0335662..9b64f25 100644 --- a/Source/CTest/cmCTestSubmit.cxx +++ b/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); } |