mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 13:02:27 -04:00
Suppress compiler warning about autologin parameter not used
This commit is contained in:
parent
8656452c68
commit
7c35411a8f
1 changed files with 2 additions and 0 deletions
|
@ -725,6 +725,8 @@ int RsInit::LoadCertificates(bool autoLoginNT)
|
|||
RsLoginHandler::enableAutoLogin(preferredId,rsInitConfig->passwd);
|
||||
rsInitConfig->autoLogin = true ;
|
||||
}
|
||||
#else
|
||||
(void) autoLoginNT;
|
||||
#endif // RS_AUTOLOGIN
|
||||
|
||||
/* wipe out password */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue