Parcourir la source

Unused parameter

Source commit: ab1c2db73509269a565f41032b49bdd0ecb26222
Martin Prikryl il y a 2 ans
Parent
commit
48890aab85
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)
   {