summaryrefslogtreecommitdiff
path: root/TAO/examples/Borland/ChatClientWnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Borland/ChatClientWnd.cpp')
-rw-r--r--TAO/examples/Borland/ChatClientWnd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Borland/ChatClientWnd.cpp b/TAO/examples/Borland/ChatClientWnd.cpp
index 10b653ce555..c77a5f43e1e 100644
--- a/TAO/examples/Borland/ChatClientWnd.cpp
+++ b/TAO/examples/Borland/ChatClientWnd.cpp
@@ -81,8 +81,8 @@ void __fastcall TChatClientWindow::WMMessageReceived (TMessage& Message)
delete str;
}
//---------------------------------------------------------------------------
-void __fastcall TChatClientWindow::FormClose (TObject *Sender,
- TCloseAction &Action)
+void __fastcall TChatClientWindow::FormClose (TObject *,
+ TCloseAction &)
{
try
{
@@ -96,7 +96,7 @@ void __fastcall TChatClientWindow::FormClose (TObject *Sender,
}
}
//---------------------------------------------------------------------------
-void __fastcall TChatClientWindow::InputMemoKeyPress (TObject *Sender, char &Key)
+void __fastcall TChatClientWindow::InputMemoKeyPress (TObject *, char &Key)
{
if (Key == '\n' || Key == '\r')
{