* attribs.c (decl_attributes): Fix signed/unsigned warning.
From-SVN: r50543
This commit is contained in:
parent
644d28d40e
commit
2b03d2017c
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue