diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-09 04:20:57 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-09 04:20:57 +0000 |
commit | 83da3c5063a5563f6f319ba10b2ecaa8aa742170 (patch) | |
tree | d0b029928ae4cbc62a1dc4d84167c24c545ca700 /tests | |
parent | 66a5477e40f3dbfe11356ccf17cb1a9bb48fcb9f (diff) | |
download | ATCD-83da3c5063a5563f6f319ba10b2ecaa8aa742170.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Priority_Buffer_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp index 42ebe0fa68b..d3c7b7e6522 100644 --- a/tests/Priority_Buffer_Test.cpp +++ b/tests/Priority_Buffer_Test.cpp @@ -49,8 +49,8 @@ consumer (void *args) ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue = (ACE_Message_Queue<ACE_MT_SYNCH> *) args; u_long cur_priority = 27; - if (! cur_priority) /* null */; // To suppress ghs warning about unused - // local variable "cur_priority". + ACE_UNUSED_ARG (cur_priority); // To suppress ghs warning about unused + // local variable "cur_priority". int local_count = 0; |