mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 16:05:48 -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);
|
RsLoginHandler::enableAutoLogin(preferredId,rsInitConfig->passwd);
|
||||||
rsInitConfig->autoLogin = true ;
|
rsInitConfig->autoLogin = true ;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
(void) autoLoginNT;
|
||||||
#endif // RS_AUTOLOGIN
|
#endif // RS_AUTOLOGIN
|
||||||
|
|
||||||
/* wipe out password */
|
/* wipe out password */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue