diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-13 03:46:24 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-13 03:46:24 +0000 |
commit | 6ee739b410ce5b846971914747b23225243fd82a (patch) | |
tree | 0b1b83f537f3e1b7cff3d5df88b3dd7c4ad1aa15 /ace/Memory_Pool.cpp | |
parent | 13bcfa8dd3e58542d6cba5e43a12f2c659fcf1e0 (diff) | |
download | ATCD-6ee739b410ce5b846971914747b23225243fd82a.tar.gz |
foobar
Diffstat (limited to 'ace/Memory_Pool.cpp')
-rw-r--r-- | ace/Memory_Pool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Memory_Pool.cpp b/ace/Memory_Pool.cpp index b6de3c10c00..5f671db8c75 100644 --- a/ace/Memory_Pool.cpp +++ b/ace/Memory_Pool.cpp @@ -321,6 +321,8 @@ ACE_MMAP_Memory_Pool::handle_signal (int signum, siginfo_t *siginfo, ucontext_t siginfo->si_addr), -1); return 0; } +#else + ACE_UNUSED_ARG(siginfo); #endif /* ACE_HAS_SIGINFO_T && !defined ACE_LACKS_SI_ADDR */ // This is total desperation since we don't know what the faulting // address is in this case! |