[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/~zecke/findbugs/compiler (silent)
From:       Holger Freyther <freyther () gmx ! net>
Date:       2007-01-06 22:06:12
Message-ID: 1168121172.490365.23873.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 620658 by zecke:

SVN_SILENT always initialize

 M  +2 -0      method_compiler.cpp  


--- branches/work/~zecke/findbugs/compiler/method_compiler.cpp #620657:620658
@@ -78,6 +78,8 @@
             m_method.m_method = name.name();
             m_method.m_isAbstract = init_declarator->initializer != 0;
             m_method.m_isConst    = declarator->fun_cv != 0;
+            m_method.m_isVirtual  = false;
+            m_method.m_isInline   = false;
             if( m_method.isAbstract() )
                 qDebug() << "Method Abstract" << qPrintable(m_method.m_method);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic