The following commit has been merged in the master branch:
commit 64455b06ab09e470d9166e5cef99f6c66e0607c7
Author: Andrei Zavada <[email protected]>
Date:   Sun Jan 13 13:34:21 2013 +0200

    fix a -Wformat

diff --git a/src/metrics/swu.cc b/src/metrics/swu.cc
index 6b0ee94..5b7c3f6 100644
--- a/src/metrics/swu.cc
+++ b/src/metrics/swu.cc
@@ -65,7 +65,7 @@ fname_base() const
 {
        DEF_UNIQUE_CHARP (_);
        ASPRINTF( &_,
-                 "%s.%s-%zu"
+                 "%s.%s-%lu"
                  ":%zu-%g",
                  _using_F.filename(), _using_F.channel_by_id(_using_sig_no),
                  _using_F.dirty_signature( _using_sig_no),
@@ -82,7 +82,7 @@ mirror_fname() const
        DEF_UNIQUE_CHARP (_);
        string basename_dot = agh::fs::make_fname_base (_using_F.filename(), 
"", true);
        ASPRINTF( &_,
-                 "%s.%s-%zu"
+                 "%s.%s-%lu"
                  ":%zu-%g@%zu"
                  ".swu",
                  basename_dot.c_str(), _using_F.channel_by_id(_using_sig_no),

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to