Skip to content
Snippets Groups Projects
Commit 99c03c0e authored by Tobias Hunger's avatar Tobias Hunger
Browse files

SVN: Fix warning raised by clang


Change-Id: I95805056160c17030af4d81792c05c48e95da84f
Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
parent 512055d3
No related merge requests found
...@@ -119,8 +119,9 @@ Core::Id SubversionClient::vcsEditorKind(VcsCommandTag cmd) const ...@@ -119,8 +119,9 @@ Core::Id SubversionClient::vcsEditorKind(VcsCommandTag cmd) const
switch (cmd) { switch (cmd) {
case VcsBaseClient::LogCommand: return Constants::SUBVERSION_LOG_EDITOR_ID; case VcsBaseClient::LogCommand: return Constants::SUBVERSION_LOG_EDITOR_ID;
case VcsBaseClient::AnnotateCommand: return Constants::SUBVERSION_BLAME_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. // Add authorization options to the command line arguments.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment