diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-14 12:52:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-14 12:52:17 +0000 |
commit | ebcf014cebcd35d54d0029749e7f63840171aba8 (patch) | |
tree | ee8c498426b6308a0f29a5f1b957ee56ead73c8c /examples | |
parent | 9c3aa21350ce11696b5ed6e42506111d5909660e (diff) | |
download | ATCD-ebcf014cebcd35d54d0029749e7f63840171aba8.tar.gz |
ChangeLogTag: Sun Mar 14 12:48:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Reactor/WFMO_Reactor/Registration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Reactor/WFMO_Reactor/Registration.cpp b/examples/Reactor/WFMO_Reactor/Registration.cpp index 05cabc25410..a9429bdd433 100644 --- a/examples/Reactor/WFMO_Reactor/Registration.cpp +++ b/examples/Reactor/WFMO_Reactor/Registration.cpp @@ -74,6 +74,7 @@ int Simple_Handler::handle_signal (int, siginfo_t *s, ucontext_t *) { ACE_HANDLE handle = s->si_handle_; + ACE_UNUSED_ARG (handle); this->handle_signal_count_++; |