From d755826eee62c045be37a6627527cd087a0bfde1 Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 2 Sep 1997 17:52:32 +0000 Subject: (main) added ACE_UNUSED_ARG of client and server --- tests/SPIPE_Test.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/SPIPE_Test.cpp') 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 */ -- cgit v1.2.1