diff options
author | Haru <haru@dotalux.com> | 2016-03-13 23:51:26 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:41 +0200 |
commit | 8c66f639fdd495f3d28aac905acda823fc6a0ae6 (patch) | |
tree | 733a3d6cd780e9e25789d874991cc1b7285b3544 /src/test/test_spinlock.c | |
parent | 257b9e11ab6cf503d0b9582eb855ea0b50ec8877 (diff) | |
download | hercules-8c66f639fdd495f3d28aac905acda823fc6a0ae6.tar.gz hercules-8c66f639fdd495f3d28aac905acda823fc6a0ae6.tar.bz2 hercules-8c66f639fdd495f3d28aac905acda823fc6a0ae6.tar.xz hercules-8c66f639fdd495f3d28aac905acda823fc6a0ae6.zip |
Corrected some compiler warnings in test_spinlock
Diffstat (limited to 'src/test/test_spinlock.c')
-rw-r--r-- | src/test/test_spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_spinlock.c b/src/test/test_spinlock.c index a19887f8d..cb46b239c 100644 --- a/src/test/test_spinlock.c +++ b/src/test/test_spinlock.c @@ -66,7 +66,7 @@ int do_init(int argc, char **argv){ int ok; ShowStatus("==========\n"); - ShowStatus("TEST: %u Runs, (%u Threads)\n", LOOPS, THRC); + ShowStatus("TEST: %d Runs, (%d Threads)\n", LOOPS, THRC); ShowStatus("This can take a while\n"); ShowStatus("\n\n"); |