diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-02 17:52:32 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-02 17:52:32 +0000 |
commit | d755826eee62c045be37a6627527cd087a0bfde1 (patch) | |
tree | ef631c1cbea53cea6261135e5f11f0ed25e8e0a8 /tests/SPIPE_Test.cpp | |
parent | 7a3d4ce9e2afd389b2965aca8d7cc4271cec53b3 (diff) | |
download | ATCD-d755826eee62c045be37a6627527cd087a0bfde1.tar.gz |
(main) added ACE_UNUSED_ARG of client and server
Diffstat (limited to 'tests/SPIPE_Test.cpp')
-rw-r--r-- | tests/SPIPE_Test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/SPIPE_Test.cpp b/tests/SPIPE_Test.cpp index 783023092da..8cf1d35343a 100644 --- a/tests/SPIPE_Test.cpp +++ b/tests/SPIPE_Test.cpp @@ -127,6 +127,9 @@ main (int, char *[]) ACE_Thread_Manager::instance ()->wait (); #endif /* !ACE_LACKS_EXEC */ #else + ACE_UNUSED_ARG (client); + ACE_UNUSED_ARG (server); + ACE_DEBUG ((LM_DEBUG, "SPIPE is not supported on this platform\n")); #endif /* ACE_HAS_STREAM_PIPES || ACE_WIN32 */ |