[med-svn] [SCM] aghermann branch, master, updated. c0bd21ca8eb529ade7e0c7aad22951a308a8dc8f
Andrei Zavada
johnhommer at gmail.com
Wed May 1 00:09:31 UTC 2013
The following commit has been merged in the master branch:
commit 28326453ebb72da5ce7f5b631d2756f11419d2fe
Author: Andrei Zavada <johnhommer at gmail.com>
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
More information about the debian-med-commit
mailing list