Browse Source

Compiler warning caused by 37c857ad79

Source commit: 482a4b8d7fcc4bcb070895a1a5bb0f600804b8e4
Martin Prikryl 7 years ago
parent
commit
1e9382c198
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/components/UnixDirView.cpp

+ 1 - 0
source/components/UnixDirView.cpp

@@ -486,6 +486,7 @@ void __fastcall TUnixDirView::SetDriveView(TCustomUnixDriveView * Value)
 #ifndef DESIGN_ONLY
 void __fastcall TUnixDirView::DoSetTerminal(TTerminal * value, bool Replace)
 {
+  DebugUsedParam(Replace);
   if (FTerminal != value)
   {
     if (FTerminal)