diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-25 03:39:20 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-25 03:39:20 +0000 |
commit | 5f725d14560feb09180759160c740f0b303c9ae3 (patch) | |
tree | db2ccc2cd3528641a357907321e83f5c528b400b /ace/Service_Config.cpp | |
parent | 9f39331e514f6745784fecdbc5d7b3628feb8f5f (diff) | |
download | ATCD-5f725d14560feb09180759160c740f0b303c9ae3.tar.gz |
(process_directive): added ACE_UNUSED_ARG (directive).
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <directive> 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 <logger_key_> if the caller doesn't // override it in the parameter list. |