Changeset 6c441cf8 in mainline for kernel/test/test.c


Ignore:
Timestamp:
2008-02-27T11:49:17Z (16 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/test/test.c

    rfdb7795 r6c441cf8  
    5959#include <thread/thread1.def>
    6060#include <sysinfo/sysinfo1.def>
    61         {NULL, NULL, NULL}
     61        {
     62                .name = NULL,
     63                .desc = NULL,
     64                .entry = NULL
     65        }
    6266};
    6367
Note: See TracChangeset for help on using the changeset viewer.