summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 22:04:49 +0200
committerGitHub <noreply@github.com>2021-07-16 22:04:49 +0200
commit9cb9618c0681b34a96e7ca1dc81a13fa5519de6d (patch)
tree2f01db7832822bdc44d865d4a73ee94b3e43b3be
parent23ca9fac520dd32527a3b15cbeae0f12233a30ff (diff)
parent02a291f64ce8156c02d46c5488a098186e3e297b (diff)
downloadATCD-9cb9618c0681b34a96e7ca1dc81a13fa5519de6d.tar.gz
Merge pull request #1611 from jwillemsen/jwi-bccclang
Borland C++ is now always using clang based compilers
-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).