* attribs.c (decl_attributes): Fix signed/unsigned warning.

From-SVN: r50543
This commit is contained in:
Kaveh R. Ghazi 2002-03-10 20:54:15 +00:00 committed by Kaveh Ghazi
parent 644d28d40e
commit 2b03d2017c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* attribs.c (decl_attributes): Fix signed/unsigned warning.
2002-03-10 Hans-Peter Nilsson <hp@bitrange.com>
* config/mmix/mmix.c: Improve comments.

View file

@ -283,7 +283,7 @@ decl_attributes (node, attributes, flags)
tree *anode = node;
const struct attribute_spec *spec = NULL;
bool no_add_attrs = 0;
int i;
size_t i;
for (i = 0; i < ARRAY_SIZE (attribute_tables); i++)
{