浏览代码

Compiler warning

Source commit: 9e32bf73d9474c1066ad21b818c02485c9bb1fbf
Martin Prikryl 9 年之前
父节点
当前提交
2aad72976d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/forms/Progress.cpp

+ 1 - 1
source/forms/Progress.cpp

@@ -339,7 +339,7 @@ bool __fastcall TProgressForm::ReceiveData(bool Force, int ModalLevelOffset)
   return Result;
 }
 //---------------------------------------------------------------------------
-void __fastcall TProgressForm::ApplicationModalBegin(TObject * Sender)
+void __fastcall TProgressForm::ApplicationModalBegin(TObject * /*Sender*/)
 {
   // Popup before any modal dialog shows (typically overwrite confirmation,
   // as that popups nearly instantly, i.e. less than DelayStartInterval).