diff options
Diffstat (limited to 'runtime/tools')
-rw-r--r-- | runtime/tools/ccfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tools/ccfilter.c b/runtime/tools/ccfilter.c index f5d560dba..8539e2a3d 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 { |