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

List:       kde-commits
Subject:    KDE/kdevplatform/language/duchain
From:       David Nolden <david.nolden.kde () art-master ! de>
Date:       2009-04-30 18:43:08
Message-ID: 1241116988.466074.15991.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 961809 by zwabel:

Make kdevelop work again in release mode


 M  +2 -1      appendedlist.h  


--- trunk/KDE/kdevplatform/language/duchain/appendedlist.h #961808:961809
@@ -67,7 +67,8 @@
 class TemporaryDataManager {
   public:
     TemporaryDataManager(QString id = QString()) : m_itemsUsed(0), m_itemsSize(0), \
                m_items(0), m_id(id) {
-      Q_ASSERT((uint)alloc() == (uint)DynamicAppendedListMask); //Allocate the zero \
item, just to reserve that index +      uint first = alloc();  //Allocate the zero \
item, just to reserve that index +      Q_ASSERT(first == \
(uint)DynamicAppendedListMask);  }
     ~TemporaryDataManager() {
       free(DynamicAppendedListMask); //Free the zero index, so we don't get wrong \
warnings


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

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