summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-17 20:15:51 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-17 20:15:51 +0000
commita7134170d5ebd96b05cea028894bfec71f55da61 (patch)
treef013f4fb4022aaec1ff540283b337aff6e19e058 /TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
parent809274607ec6fc2c350f1a8121645c2eeae74ae3 (diff)
downloadATCD-a7134170d5ebd96b05cea028894bfec71f55da61.tar.gz
Minor fixes to get rid of warnings from BCB.
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
index 5db90e00de5..7bcc99e9fb8 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
@@ -314,7 +314,7 @@ be_visitor_union_branch_private_ch::visit_string (be_string *node)
os->indent ();
- if (node->width () == sizeof (char))
+ if (node->width () == (long) sizeof (char))
{
*os << "char *" << ub->local_name () << "_;\n";
}