summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-03-13 23:51:26 +0100
committerHaru <haru@dotalux.com>2016-07-12 20:58:41 +0200
commit8c66f639fdd495f3d28aac905acda823fc6a0ae6 (patch)
tree733a3d6cd780e9e25789d874991cc1b7285b3544 /src/test
parent257b9e11ab6cf503d0b9582eb855ea0b50ec8877 (diff)
downloadhercules-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')
-rw-r--r--src/test/test_spinlock.c2
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");