diff options
Diffstat (limited to 'common/rfb/WinPasswdValidator.cxx')
-rw-r--r-- | common/rfb/WinPasswdValidator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/WinPasswdValidator.cxx b/common/rfb/WinPasswdValidator.cxx index b2edde5f..f07c27e8 100644 --- a/common/rfb/WinPasswdValidator.cxx +++ b/common/rfb/WinPasswdValidator.cxx @@ -29,7 +29,7 @@ using namespace rfb; // This method will only work for Windows NT, 2000, and XP (and possibly Vista) -bool WinPasswdValidator::validateInternal(rfb::SConnection* sc, +bool WinPasswdValidator::validateInternal(rfb::SConnection* /*sc*/, const char* username, const char* password) { |