summaryrefslogtreecommitdiffstats
path: root/gcc/c-typeck.c
diff options
context:
space:
mode:
authorbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-25 17:57:24 +0000
committerbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-25 17:57:24 +0000
commite916c70c82273fa3a68a7a763450185a467ea0a2 (patch)
tree6f26ca609f256828ce2146879b8488b97aa20f40 /gcc/c-typeck.c
parent5c5069aa140a544adadbb58452d167baf3f991ea (diff)
downloadppe42-gcc-e916c70c82273fa3a68a7a763450185a467ea0a2.tar.gz
ppe42-gcc-e916c70c82273fa3a68a7a763450185a467ea0a2.zip
* c-common.c: Rename all identifiers named `class' to `cl'.
* c-decl.c: Likewise. * c-common.h: Likewise. * c-parse.in: Likewise. * c-typeck.c: Likewise. * genmodes.c: Likewise. * real.c: Likewise. * real.h: Likewise. * recog.c: Likewise. * recog.h: Likewise. * regrename.c: Likewise. * tree.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85153 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-typeck.c')
-rw-r--r--gcc/c-typeck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index 2ed3c379a0f..50ac48dee5d 100644
--- a/gcc/c-typeck.c
+++ b/gcc/c-typeck.c
@@ -1975,7 +1975,7 @@ convert_arguments (tree typelist, tree values, tree name, tree fundecl)
differ from the default conversions. */
if (warn_conversion || warn_traditional)
{
- int formal_prec = TYPE_PRECISION (type);
+ unsigned int formal_prec = TYPE_PRECISION (type);
if (INTEGRAL_TYPE_P (type)
&& TREE_CODE (TREE_TYPE (val)) == REAL_TYPE)
OpenPOWER on IntegriCloud