aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-29 22:00:10 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-29 22:00:10 +0000
commit2a0f7575be052cd3b603221ee54a16dc733e7502 (patch)
tree56b33caa1491831d460d88d0cc677aa15d0bc8f7 /Sgraph.c
parent69ab728d7076b9e6e226c65bd7a3d5bd6008264d (diff)
fix minor warnings
Diffstat (limited to 'Sgraph.c')
-rw-r--r--Sgraph.c4
1 files changed, 2 insertions, 2 deletions
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);