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

List:       kde-commits
Subject:    kwin_iii: kdebase/kwin
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2003-09-14 7:10:17
[Download RAW message or body]

CVS commit by aseigo: 

compile w/ndebug


  M +3 -1      client.cpp   1.344.2.152
  M +1 -1      client.h   1.91.2.68


--- kdebase/kwin/client.cpp  #1.344.2.151:1.344.2.152
@@ -4876,5 +4876,7 @@ NETWinInfo * Client::netWinInfo()
 }
 
-#ifndef NDEBUG
+#ifdef NDEBUG
+kndbgstream& operator<<( kndbgstream& stream, const Client* cl ) { return stream; }
+#else
 kdbgstream& operator<<( kdbgstream& stream, const Client* cl )
 {

--- kdebase/kwin/client.h  #1.91.2.67:1.91.2.68
@@ -777,5 +777,5 @@ inline void Client::resize( const QSize&
 
 #ifdef NDEBUG
-kndbgstream& operator<<( kndbgstream& stream, const Client* ) { return stream; }
+kndbgstream& operator<<( kndbgstream& stream, const Client* );
 #else
 kdbgstream& operator<<( kdbgstream& stream, const Client* );


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

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