瀏覽代碼

Compiler warning

Source commit: 060f751396b3dc571ed60a5e57f0d84fb065ea46
Martin Prikryl 10 月之前
父節點
當前提交
9938b9ae6c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/forms/FileFind.cpp

+ 1 - 0
source/forms/FileFind.cpp

@@ -613,6 +613,7 @@ TListItem * __fastcall TFileFindDialog::FileOperationFinished(const UnicodeStrin
 void __fastcall TFileFindDialog::FileDeleteFinished(
   TOperationSide, const UnicodeString & FileName, bool Success, bool NotCancelled)
 {
+  DebugUsedParam(NotCancelled);
   if (FileName.IsEmpty())
   {
     DebugAssert(Success && NotCancelled);