mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Suppress compiler warning about autologin parameter not used
This commit is contained in:
parent
8656452c68
commit
7c35411a8f
@ -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…
Reference in New Issue
Block a user