summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 87736e7591c..88474f3c528 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -315,7 +315,7 @@
// should keep them quiet.
// ============================================================================
-#if defined (ghs) || defined (__GNUC__) || defined (__hpux) || defined (__sgi) || defined (__DECCXX) || defined (__KCC) || defined (__rational__) || defined (__USLC__) || defined (ACE_RM544)
+#if defined (ghs) || defined (__GNUC__) || defined (__hpux) || defined (__sgi) || defined (__DECCXX) || defined (__KCC) || defined (__rational__) || (__USLC__)
// Some compilers complain about "statement with no effect" with (a).
// This eliminates the warnings, and no code is generated for the null
// conditional statement. NOTE: that may only be true if -O is enabled,
@@ -325,7 +325,7 @@
# define ACE_UNUSED_ARG(a) (a)
#endif /* ghs || __GNUC__ || ..... */
-#if defined (__sgi) || defined (ghs) || defined (__DECCXX) || defined(__BORLANDC__) || defined (__KCC) || defined (ACE_RM544) || defined (__USLC__)
+#if defined (__sgi) || defined (ghs) || defined (__DECCXX) || defined(__BORLANDC__) || defined (__KCC)
# define ACE_NOTREACHED(a)
#else /* __sgi || ghs || ..... */
# define ACE_NOTREACHED(a) a