The following commit has been merged in the master branch:
commit b7057b679d56185c9de381e15bf95f64fdfa50a2
Author: Andrei Zavada <[email protected]>
Date: Sat Jun 8 16:59:00 2013 +0300
fix a -Wformat
diff --git a/src/aghermann/ui/sf/d/phasediff_cb.cc
b/src/aghermann/ui/sf/d/phasediff_cb.cc
index 7094719..9546efd 100644
--- a/src/aghermann/ui/sf/d/phasediff_cb.cc
+++ b/src/aghermann/ui/sf/d/phasediff_cb.cc
@@ -145,7 +145,7 @@ eSFPDSmooth_value_changed_cb(
PD.smooth_side = v;
gtk_button_set_label(
(GtkButton*)b,
- snprintf_buf( "Smooth: %zu", v));
+ snprintf_buf( "Smooth: %zu", (size_t)v));
if ( PD.suspend_draw )
return;
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit