summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-08 09:16:35 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-08 09:16:35 +0200
commita49c5b7627b7ca4e27ddb6f2757fcaf125021fb2 (patch)
treea483598c790387c56394b3f4c8352d7724ca3c9f
parentf90c929c25a49ca8f2b6d1270e91ae94096cb8b9 (diff)
downloadATCD-a49c5b7627b7ca4e27ddb6f2757fcaf125021fb2.tar.gz
Remove setting of bcc32 compiler flags
* TAO/orbsvcs/orbsvcs/CosNotification.mpc: * TAO/orbsvcs/orbsvcs/RT_Notification.mpc:
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotification.mpc8
-rw-r--r--TAO/orbsvcs/orbsvcs/RT_Notification.mpc7
2 files changed, 0 insertions, 15 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosNotification.mpc b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
index 8db67d6fa25..284fb155ad5 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotification.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
@@ -279,14 +279,6 @@ project(CosNotification_MC_Ext): notification_serv, orbsvcs_output, notification
dynamicflags += TAO_NOTIFY_MC_EXT_BUILD_DLL
tagchecks += Notify
-
- // The using in the TAO_MC_Default_Factory class is apparently ignored by
- // the Borland compiler. I am disabling the virtual function hiding
- // warning for this project only.
- specific(bmake) {
- compile_flags += -w-hid
- }
-
IDL_Files {
gendir = Notify/MonitorControlExt
commandflags += -o Notify/MonitorControlExt -Wb,export_macro=TAO_Notify_MC_Ext_Export -Wb,export_include=orbsvcs/Notify/MonitorControlExt/notify_mc_ext_export.h
diff --git a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
index 9ea30f98a66..90570638e57 100644
--- a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
+++ b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
@@ -5,13 +5,6 @@ project(RT_Notification) : orbsvcslib, orbsvcs_output, install, rtcorba, notific
dynamicflags += TAO_RT_NOTIFY_BUILD_DLL
tagchecks += RT_Notify
- // The using in the TAO_MC_Default_Factory class is apparently ignored by
- // the Borland compiler. I am disabling the virtual function hiding
- // warning for this project only.
- specific(bmake) {
- compile_flags += -w-hid
- }
-
IDL_Files {
}