Changeset a405563 in mainline for uspace/app/tester/thread/thread1.c


Ignore:
Timestamp:
2009-08-02T18:51:49Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f019cc07
Parents:
30885b9
Message:

Fix some warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/thread/thread1.c

    r30885b9 ra405563  
    3939static atomic_t finish;
    4040static atomic_t threads_finished;
    41 static bool sh_quiet;
    4241
    4342static void threadtest(void *data)
     
    5453{
    5554        unsigned int i;
    56         unsigned int total = 0;
     55        int total = 0;
    5756       
    5857        atomic_set(&finish, 1);
Note: See TracChangeset for help on using the changeset viewer.