summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-16 16:34:29 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-16 16:34:29 +0200
commit050a5a59990fd781fe33e464c82af448dbb6f32e (patch)
tree05c1a26468eb8e9e1c309b12a528a8a7f57999e9
parentac4db46a6b9505ec3f2fe0e6792b9a08a8534843 (diff)
downloadATCD-050a5a59990fd781fe33e464c82af448dbb6f32e.tar.gz
Updated compiler check
* TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp
index c5c6d1097c4..845e6e62980 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp
@@ -340,7 +340,7 @@ TAO_Port_Utils<T>::create_entry (const char *id,
return T::_narrow (obj.in ());
}
-#if defined (__BORLANDC__) && (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x750)
+#if defined (__BORLANDC__) && (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x760)
// Borland gives warnings about argument not used on the construct as used
// for the other compilers. This has been reported to Borland, adding
// a workaround to suppress these warnings so that the real important ones