Changeset 2680

Show
Ignore:
Timestamp:
02/21/08 23:33:21 (9 months ago)
Author:
ensc
Message:

fixed unused param + unsigned/signed mismatch warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib_internal/testsuite/matchlist.c

    r2674 r2680  
    2929int wrapper_exit_code = 255; 
    3030 
    31 int main(int argc, char *argv[]
     31int main(
    3232{ 
    3333        struct MatchList list; 
     
    6262        else { 
    6363                char buf[(sizeof(result) * 8) / 3 + 2], *ptr; 
    64                 ssize_t i; 
     64                size_t i; 
    6565                WRITE_MSG(1, "result = "); 
    6666                buf[sizeof(buf) - 1] = '\0';