diff options
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r-- | ace/Svc_Conf.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y index d7a279025c9..3db61bf08e8 100644 --- a/ace/Svc_Conf.y +++ b/ace/Svc_Conf.y @@ -310,9 +310,9 @@ pathname void yyerror (const char *s) { -#if defined (ACE_NDEBUG) +#if defined (ACE_NLOGGING) ACE_UNUSED_ARG (s); -#endif /* ACE_NDEBUG */ +#endif /* ACE_NLOGGING */ ACE_ERROR ((LM_ERROR, ASYS_TEXT ("[error %d] on line %d: %s\n"), |