Ver Fonte

Unused parameter

Source commit: ab1c2db73509269a565f41032b49bdd0ecb26222
Martin Prikryl há 1 ano atrás
pai
commit
48890aab85
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      source/core/PuttyIntf.cpp

+ 1 - 0
source/core/PuttyIntf.cpp

@@ -475,6 +475,7 @@ int reg_override_winscp()
 //---------------------------------------------------------------------------
 HKEY open_regkey_fn_winscp(bool Create, bool Write, HKEY Key, const char * Path, ...)
 {
+  DebugUsedParam(Write);
   HKEY Result;
   if (PuttyRegistryMode == prmCollect)
   {