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;
|
||||
|
@@ -60,8 +60,7 @@ private:
|
||||
mutable QString m_svnVersion;
|
||||
};
|
||||
|
||||
Utils::CommandLine &operator<<(Utils::CommandLine &command,
|
||||
const SubversionClient::AddAuthOptions &addAuth);
|
||||
Utils::CommandLine &operator<<(Utils::CommandLine &command, SubversionClient::AddAuthOptions);
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Subversion
|
||||
|
Reference in New Issue
Block a user