summaryrefslogtreecommitdiff
path: root/ACE/tests/Sigset_Ops_Test.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-11-18 12:54:32 -0600
committerAdam Mitz <mitza@ociweb.com>2015-11-18 12:54:32 -0600
commit8e76aa4e2af079127718bb2a80cc49bc3993ac92 (patch)
tree001ee82a757cd9e6a7784d9a9a441ca8e7a26f8c /ACE/tests/Sigset_Ops_Test.cpp
parentc811fac47b4ed1a2b24dbc530eb112fe253be032 (diff)
downloadATCD-8e76aa4e2af079127718bb2a80cc49bc3993ac92.tar.gz
sigset_t can't be portably used with Log_Msg varargs.
Diffstat (limited to 'ACE/tests/Sigset_Ops_Test.cpp')
-rw-r--r--ACE/tests/Sigset_Ops_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/Sigset_Ops_Test.cpp b/ACE/tests/Sigset_Ops_Test.cpp
index 8547183efe3..e29272100e1 100644
--- a/ACE/tests/Sigset_Ops_Test.cpp
+++ b/ACE/tests/Sigset_Ops_Test.cpp
@@ -24,9 +24,6 @@ siglistset (sigset_t x, int *sigset, int can_miss = 0)
bool empty = true;
int result = 0;
- ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Signal (s) in the set = %08x:\n"),
- *reinterpret_cast<unsigned int*> (&x)));
-
for (int i = 1; i < ACE_NSIG; i++)
{
result = ACE_OS::sigismember (&x, i);