Browse Source

Compiler warning

Source commit: db246071f1adf4d1beb082e630f62044f467e2cc
Martin Prikryl 5 năm trước cách đây
mục cha
commit
62f1141f6a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      source/forms/ScpCommander.cpp

+ 1 - 0
source/forms/ScpCommander.cpp

@@ -2640,6 +2640,7 @@ void __fastcall TScpCommanderForm::OtherLocalDirViewPathChange(TCustomDirView *
   // should happen only when called from TScpCommanderForm::DoShow while starting connected
   if (IsLocalBrowserMode())
   {
+    DebugUsedParam(Sender);
     DebugAssert(Sender == OtherLocalDirView);
     UpdateRemotePathComboBox(!FSessionChanging);
   }