The following commit has been merged in the master branch:
commit 28326453ebb72da5ce7f5b631d2756f11419d2fe
Author: Andrei Zavada <[email protected]>
Date:   Thu Apr 25 01:42:17 2013 +0300

    suppress a sure wrong -Wuninitialized

diff --git a/src/ui/mw/admit-one.cc b/src/ui/mw/admit-one.cc
index 5242935..4b392f2 100644
--- a/src/ui/mw/admit-one.cc
+++ b/src/ui/mw/admit-one.cc
@@ -23,7 +23,7 @@ aghui::SExpDesignUI::
 dnd_maybe_admit_one( const char* fname)
 {
        using namespace sigfile;
-       CTypedSource *Fp;
+       CTypedSource *Fp = nullptr;
 
        string info;
        try {

-- 
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