소스 검색

Compiler warning

Source commit: db246071f1adf4d1beb082e630f62044f467e2cc
Martin Prikryl 5 년 전
부모
커밋
62f1141f6a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
   }