Changeset 6c441cf8 in mainline for kernel/generic/src/ipc/irq.c


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/generic/src/ipc/irq.c

    rfdb7795 r6c441cf8  
    6666static void code_execute(call_t *call, irq_code_t *code)
    6767{
    68         int i;
     68        unsigned int i;
    6969        unative_t dstval = 0;
    7070       
Note: See TracChangeset for help on using the changeset viewer.