From 2a0f7575be052cd3b603221ee54a16dc733e7502 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 29 Sep 2014 22:00:10 +0000 Subject: fix minor warnings --- Sgraph.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sgraph.c') diff --git a/Sgraph.c b/Sgraph.c index 6a17302..27ff33c 100644 --- a/Sgraph.c +++ b/Sgraph.c @@ -176,8 +176,8 @@ Resize(Widget w) sw->sgraph.size = w->core.width; warnx("win: %dx%d", w->core.width, w->core.height); - warnx("size: %d", sw->sgraph.size); - warnx("samples: %d", sw->sgraph.samples); + warnx("size: %zu", sw->sgraph.size); + warnx("samples: %zu", sw->sgraph.samples); if (sw->sgraph.bg != None) XFreePixmap(XtDisplay(sw), sw->sgraph.bg); -- cgit v1.2.3