diff options
Diffstat (limited to 'tests/count1.c')
-rw-r--r-- | tests/count1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/count1.c b/tests/count1.c index e88a955..ae30ed0 100644 --- a/tests/count1.c +++ b/tests/count1.c @@ -53,7 +53,7 @@ main() /* * Check the number of threads created. */ - assert(numThreads == maxThreads); + assert((int) numThreads == maxThreads); /* * Success. |