diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-05 16:56:14 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-01-05 16:56:14 +0100 |
commit | 27262aeabf3e4d8e29d8f64dbbe48441b80ce387 (patch) | |
tree | 67c0e1be485483604ffbcd1fca97e425a9f34886 /common/rfb/UnixPasswordValidator.cxx | |
parent | 4701b05b7829f355c7dd4a78f0e194f232872f76 (diff) | |
parent | 7a36fb8ca702fdf6548d3a791896a161c94af5b4 (diff) | |
download | tigervnc-27262aeabf3e4d8e29d8f64dbbe48441b80ce387.tar.gz tigervnc-27262aeabf3e4d8e29d8f64dbbe48441b80ce387.zip |
Merge branch 'wextra' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'common/rfb/UnixPasswordValidator.cxx')
-rw-r--r-- | common/rfb/UnixPasswordValidator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/UnixPasswordValidator.cxx b/common/rfb/UnixPasswordValidator.cxx index ee7bc0da..fa1513a4 100644 --- a/common/rfb/UnixPasswordValidator.cxx +++ b/common/rfb/UnixPasswordValidator.cxx @@ -37,7 +37,7 @@ AliasParameter pam_service("pam_service", "Alias for PAMService", int do_pam_auth(const char *service, const char *username, const char *password); -bool UnixPasswordValidator::validateInternal(SConnection * sc, +bool UnixPasswordValidator::validateInternal(SConnection * /*sc*/, const char *username, const char *password) { |