Suppress compiler warning about autologin parameter not used

This commit is contained in:
Gio 2016-12-03 22:22:13 +01:00
parent 8656452c68
commit 7c35411a8f

View file

@ -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 */