From 88cba48f45cbc62fa5ba3fefb0e940b73d890ec8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 1 Feb 2017 15:24:41 -0800 Subject: [PATCH] Eliminate warning. --- one.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one.cpp b/one.cpp index 37ea13d3f..d903f62c0 100644 --- a/one.cpp +++ b/one.cpp @@ -774,7 +774,7 @@ static int idtool(int argc,char **argv) char fn[128]; Utils::snprintf(fn,sizeof(fn),"%.16llx_%.16llx.moon",w.id(),now); OSUtils::writeFile(fn,wbuf.data(),wbuf.size()); - printf("wrote %s (signed world with timestamp %llu)" ZT_EOL_S,fn,now); + printf("wrote %s (signed world with timestamp %llu)" ZT_EOL_S,fn,(unsigned long long)now); } } else { idtoolPrintHelp(stdout,argv[0]);