From 1e5bcb51332a31fb68e71ce366141444e930c0dd Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Mon, 28 Nov 2011 22:12:01 +0000 Subject: [PATCH] test-mesa: Compiler delint Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42641 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/mesa/mesasimplerendering.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mesa/mesasimplerendering.c b/test/mesa/mesasimplerendering.c index 346d2ee383..ee213565cf 100644 --- a/test/mesa/mesasimplerendering.c +++ b/test/mesa/mesasimplerendering.c @@ -408,7 +408,7 @@ int main(void) { /* FPS counting is naive! */ fpsmicrosecs += 1000000; - sprintf(title, "MesaSimpleRendering, FPS: %d", fps); + sprintf(title, "MesaSimpleRendering, FPS: %d", (int)fps); SetWindowTitles(win, title, (UBYTE *)~0L); fps = 0; } -- 2.11.4.GIT