* attribs.c (decl_attributes): Fix signed/unsigned warning.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 10 Mar 2002 20:54:15 +0000 (20:54 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 10 Mar 2002 20:54:15 +0000 (20:54 +0000)
From-SVN: r50543

gcc/ChangeLog
gcc/attribs.c

index 62d7a917b30ac9e81ee8b3a07520a49d9b9c4d9a..bafb1ac3d0f941e9d27502ab8f0f77050cbfe237 100644 (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.
index c1536f699a3ac7dc57090f4f3fef8ca73ef341e8..74f6b05d010f906bac0a5e0f613435bd0fdfe12d 100644 (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++)
        {