浏览代码

Unused parameter

Source commit: ab1c2db73509269a565f41032b49bdd0ecb26222
Martin Prikryl 1 年之前
父节点
当前提交
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)
   {