summaryrefslogtreecommitdiff
path: root/ACE/ace/pre.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-16 16:59:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-16 16:59:42 +0200
commitff36cc735a8fc98d840982116021da48c4cb2568 (patch)
tree89a0a6402b39f0553fd554ec7d0e58ea9504403d /ACE/ace/pre.h
parent181e8564c930d8206b8d73af4033813e76e91f9f (diff)
downloadATCD-ff36cc735a8fc98d840982116021da48c4cb2568.tar.gz
Cleanup old Embarcadero compiler checks
* ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/post.h: * ACE/ace/pre.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp:
Diffstat (limited to 'ACE/ace/pre.h')
-rw-r--r--ACE/ace/pre.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ACE/ace/pre.h b/ACE/ace/pre.h
index 1c2004c7784..6ffc9362272 100644
--- a/ACE/ace/pre.h
+++ b/ACE/ace/pre.h
@@ -17,11 +17,6 @@
# pragma pack (push, 8)
#elif defined (__BORLANDC__)
# pragma option push -a8 -b -Ve- -Vx- -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-sig
-# if (__BORLANDC__ <= 0x750)
-// False warning: Function defined with different linkage, reported to
-// Embarcadero as QC 117740
-# pragma option push -w-8127
-# endif
# pragma nopushoptwarn
# pragma nopackwarning
#endif