forked from qt-creator/qt-creator
Subversion: Fix unused argument warning
Amends 87e5ac7438.
Change-Id: If4b8d631a5388d98f482097b20169e2200f7675a
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
b5df17cee3
commit
da31e72605
@@ -99,7 +99,7 @@ Id SubversionClient::vcsEditorKind(VcsCommandTag cmd) const
|
||||
}
|
||||
|
||||
// Add authorization options to the command line arguments.
|
||||
CommandLine &operator<<(Utils::CommandLine &command, const SubversionClient::AddAuthOptions &addAuth)
|
||||
CommandLine &operator<<(Utils::CommandLine &command, SubversionClient::AddAuthOptions)
|
||||
{
|
||||
if (!s_settings->hasAuthentication())
|
||||
return command;
|
||||
|
||||
Reference in New Issue
Block a user