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

List:       kde-commits
Subject:    kdelibs/kdefx
From:       David Faure <faure () kde ! org>
Date:       2004-11-03 20:09:40
Message-ID: 20041103200940.721C416C9D () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Fixed compiler warning


  M +1 -1      kcpuinfo.h   1.4


--- kdelibs/kdefx/kcpuinfo.h  #1.3:1.4
@@ -60,5 +60,5 @@ class KCPUInfo
          */
         static bool haveExtension( unsigned int extension )
-        { return s_features & extension; }
+        { return (s_features & extension) != 0; }
 
     private:


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

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