summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmit.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-01 11:56:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-01 11:56:59 (GMT)
commit0d431a1daa33d966a82831eeb970314541f40a75 (patch)
tree82af330740aacdd24f80a7a930b7c14c76779a71 /Source/CTest/cmCTestSubmit.cxx
parent6549b32023c6c8d79a8a5012fd5606de66fd2493 (diff)
downloadCMake-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.cxx2
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);
}