Explorar el Código

Compiler warning

Source commit: ef115ef100bfa669f69ab7bb938b408c7ce285f1
Martin Prikryl hace 10 años
padre
commit
1db5736471
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      source/core/WebDAVFileSystem.cpp

+ 2 - 0
source/core/WebDAVFileSystem.cpp

@@ -2401,6 +2401,8 @@ void TWebDAVFileSystem::NeonProvideClientCert(void * UserData, ne_session * Sess
 int TWebDAVFileSystem::NeonRequestAuth(
   void * UserData, const char * Realm, int Attempt, char * UserName, char * Password)
 {
+  DebugUsedParam(Realm);
+  DebugUsedParam(Attempt);
   TWebDAVFileSystem * FileSystem = static_cast<TWebDAVFileSystem *>(UserData);
 
   TTerminal * Terminal = FileSystem->FTerminal;