summaryrefslogtreecommitdiff
path: root/ACE/ace/post.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-08-09 17:58:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-08-09 17:58:02 +0000
commit1dda60ffea026239e89f5d97cea32e3e4001d6fc (patch)
tree87287af2dfe1d563415a75821f62856e151a000b /ACE/ace/post.h
parent1d10e0dee68f68808c7223e9c4a9dcc05d13a062 (diff)
downloadATCD-1dda60ffea026239e89f5d97cea32e3e4001d6fc.tar.gz
Fri Aug 9 17:57:43 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/post.h: * ace/pre.h: Disable warning 8127 with Embarcadero C++ BuilderXE4, it is given incorrectly and reported as QC 117740.
Diffstat (limited to 'ACE/ace/post.h')
-rw-r--r--ACE/ace/post.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/post.h b/ACE/ace/post.h
index e39a3f9fa24..db4012150f3 100644
--- a/ACE/ace/post.h
+++ b/ACE/ace/post.h
@@ -17,6 +17,9 @@
# pragma pack (pop)
#elif defined (__BORLANDC__)
# pragma option pop
+# if (__BORLANDC__ == 0x660)
+# pragma option pop
+# endif
# pragma nopushoptwarn
# pragma nopackwarning
#endif