SVN: Fix warning raised by clang

Change-Id: I95805056160c17030af4d81792c05c48e95da84f
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-27 14:33:07 +01:00
parent 512055d36d
commit 99c03c0e68

View File

@@ -119,8 +119,9 @@ Core::Id SubversionClient::vcsEditorKind(VcsCommandTag cmd) const
switch (cmd) {
case VcsBaseClient::LogCommand: return Constants::SUBVERSION_LOG_EDITOR_ID;
case VcsBaseClient::AnnotateCommand: return Constants::SUBVERSION_BLAME_EDITOR_ID;
default:
return Core::Id();
}
return Core::Id();
}
// Add authorization options to the command line arguments.