Prechádzať zdrojové kódy

Compiler warning

Source commit: 9e32bf73d9474c1066ad21b818c02485c9bb1fbf
Martin Prikryl 9 rokov pred
rodič
commit
2aad72976d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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).