From c728e983b71898a06685773128ab9f7b76f2ada8 Mon Sep 17 00:00:00 2001 From: Nicolas 'Pixel' Noble Date: Thu, 17 Jan 2013 09:12:32 -0800 Subject: Shutting off a few warnings. --- tests/test-Handles.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-Handles.cc') diff --git a/tests/test-Handles.cc b/tests/test-Handles.cc index 04c35fc..d64fe9b 100644 --- a/tests/test-Handles.cc +++ b/tests/test-Handles.cc @@ -50,7 +50,7 @@ void MainTask::Do() { i->rseek(0, SEEK_SET); char * buf1 = (char *) malloc(i->getSize()); ssize_t r = i->read(buf1, s + 15); - Printer::log(M_STATUS, "Read %li bytes (instead of %lli)", r, s + 15); + Printer::log(M_STATUS, "Read %zi bytes (instead of %lli)", r, s + 15); TAssert(i->isEOF()) char * buf2 = (char *) malloc(i->getSize()); -- cgit v1.2.3