mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 11:48:36 -06:00
ERR: Remove warnings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user