summaryrefslogtreecommitdiff
path: root/ACE/ace/ETCL
diff options
context:
space:
mode:
authorMartin Corino <mcorino@remedy.nl>2015-05-28 13:43:18 +0200
committerMartin Corino <mcorino@remedy.nl>2015-05-28 13:43:18 +0200
commit4cc58ce93b93e07f2d73228ad7c621c7fccbd2f6 (patch)
tree16af8be681f6f312a297e954207d709bb7b722c0 /ACE/ace/ETCL
parenta94947b7106d3da8ea549c730629553ac4d4c3a0 (diff)
downloadATCD-4cc58ce93b93e07f2d73228ad7c621c7fccbd2f6.tar.gz
Changes to fix integer type conversion warnings.
* ACE/ace/ETCL/ETCL_y.cpp: * ACE/ace/XML_Utils/XercesString.cpp: * ACE/apps/gperf/src/Gen_Perf.cpp: * ACE/apps/gperf/src/List_Node.cpp: * ACE/apps/gperf/src/Options.cpp:
Diffstat (limited to 'ACE/ace/ETCL')
-rw-r--r--ACE/ace/ETCL/ETCL_y.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/ETCL/ETCL_y.cpp b/ACE/ace/ETCL/ETCL_y.cpp
index 9fe453f62fa..bee4ad17f11 100644
--- a/ACE/ace/ETCL/ETCL_y.cpp
+++ b/ACE/ace/ETCL/ETCL_y.cpp
@@ -623,7 +623,7 @@ yynewstate:
#endif
/* Get the current used size of the three stacks, in elements. */
- int size = yyssp - yyss + 1;
+ int size = (int)(yyssp - yyss + 1);
#ifdef yyoverflow
/* Each stack pointer address is followed by the size of