summaryrefslogtreecommitdiffstats
path: root/runtime/tools/ccfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tools/ccfilter.c')
-rw-r--r--runtime/tools/ccfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tools/ccfilter.c b/runtime/tools/ccfilter.c
index f5d560dbad..8539e2a3dc 100644
--- a/runtime/tools/ccfilter.c
+++ b/runtime/tools/ccfilter.c
@@ -309,7 +309,7 @@ int main( int argc, char *argv[] )
ok = sscanf( p, "make[%*d]: Entering directory `%[^']",
BasePath );
if (verbose)
- printf( "[%u]?%s\n", ok, Line );
+ printf( "[%u]?%s\n", (unsigned)ok, Line );
}
else
{