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

List:       kde-commits
Subject:    kdeedu/kmplot/kmplot
From:       Fredrik Edemar <f_edemar () linux ! se>
Date:       2005-03-20 14:39:02
Message-ID: 20050320143902.505C717882 () office ! kde ! org
[Download RAW message or body]

CVS commit by fedemar: 

Fix two compiler warnings


  M +2 -1      kmplotprogress.cpp   1.2
  M +1 -1      parser.cpp   1.45


--- kdeedu/kmplot/kmplot/parser.cpp  #1.44:1.45
@@ -512,5 +512,5 @@ bool Parser::delfkt( Ufkt *item)
                         continue;
                 for(QValueList<int>::iterator it2=it1->dep.begin(); it2!=it1->dep.end(); ++it2)
-                        if (*it2==item->id)
+                        if ( (uint)*it2 == item->id )
                                 it2 = it1->dep.erase(it2);
         }


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

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