Просмотр исходного кода

Unused parameter

Source commit: ab1c2db73509269a565f41032b49bdd0ecb26222
Martin Prikryl 1 год назад
Родитель
Сommit
48890aab85
1 измененных файлов с 1 добавлено и 0 удалено
  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)
   {