Ignore:
Timestamp:
2008-02-27T11:49:17Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56976a17
Parents:
fdb7795
Message:

code cleanup (mostly signed/unsigned)
allow extra compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/drivers/arc.c

    rfdb7795 r6c441cf8  
    119119{
    120120        cm_resource_list *configdata;
    121         int i;
     121        unsigned int i;
    122122
    123123        if (!c->configdatasize)
     
    162162static void arc_print_component(arc_component *c)
    163163{
    164         int i;
     164        unsigned int i;
    165165
    166166        printf("%s: ",ctypes[c->type]);
Note: See TracChangeset for help on using the changeset viewer.