From a0c400b9933c3234686bb486099133a1bd9a8980 Mon Sep 17 00:00:00 2001 From: levine Date: Sat, 25 Apr 1998 03:39:20 +0000 Subject: (process_directive): added ACE_UNUSED_ARG (directive). --- ace/Service_Config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ace/Service_Config.cpp') diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index f121009a333..0c6e0476e81 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -338,6 +338,7 @@ int ACE_Service_Config::process_directive (char directive[]) { ACE_TRACE ("ACE_Service_Config::process_directives"); + ACE_UNUSED_ARG (directive); // @@ What needs to happen at this point is for the to // be placed into a buffer that the YY_INPUT macro knows how to @@ -427,7 +428,7 @@ ACE_Service_Config::open (const ASYS_TCHAR program_name[], flags = (u_long) ACE_Log_Msg::STDERR; LPCTSTR key = logger_key; - + if (key == 0 || ACE_OS::strcmp (key, ACE_DEFAULT_LOGGER_KEY)) // Only use the static if the caller doesn't // override it in the parameter list. -- cgit v1.2.1