summaryrefslogtreecommitdiffstats
path: root/runtime/tools
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-05-20 17:24:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-05-20 17:24:11 +0200
commit06d2d38ab7564e1f784b1058a4ef4580cd6d1810 (patch)
treefc97dcc4b6485cf9fe9f2ba92e276a8a998032b5 /runtime/tools
parentdc303bce10c60a3314078ea168064552fadf01af (diff)
Updated runtime files.
Diffstat (limited to 'runtime/tools')
-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
{