summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macros.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 15:02:40 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 15:02:40 +0200
commit02a291f64ce8156c02d46c5488a098186e3e297b (patch)
tree31ea9436a8149ad1a07a2025d796682d70747f29 /ACE/ace/config-macros.h
parent46ac50d47b02bab9066dd1bf0001dd778a0d8fa9 (diff)
downloadATCD-02a291f64ce8156c02d46c5488a098186e3e297b.tar.gz
Borland C++ is now always using clang based compilers
* ACE/ace/config-macros.h:
Diffstat (limited to 'ACE/ace/config-macros.h')
-rw-r--r--ACE/ace/config-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-macros.h b/ACE/ace/config-macros.h
index 5b302b80607..fee1a38b1df 100644
--- a/ACE/ace/config-macros.h
+++ b/ACE/ace/config-macros.h
@@ -253,7 +253,7 @@
// ============================================================================
#if !defined (ACE_UNUSED_ARG)
-# if defined (__GNUC__) || (defined (__BORLANDC__) && defined (__clang__))
+# if defined (__GNUC__) || defined (__BORLANDC__)
# define ACE_UNUSED_ARG(a) (void) (a)
# elif defined (ghs) || defined (__hpux) || defined (__DECCXX) || defined (__rational__) || defined (__USLC__) || defined (ACE_RM544) || defined (__DCC__) || defined (__PGI)
// Some compilers complain about "statement with no effect" with (a).