[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sat Jul 24 06:21:49 CEST 2004


CVS commit by staikos: 

remove warnings - one of those cases gcc 2.95 doesn't get right, at least


  M +2 -2      pluginxmlparser.cpp   1.22


--- kdeextragear-2/kst/kst/pluginxmlparser.cpp  #1.21:1.22
@@ -136,5 +136,5 @@ QDomElement topElem = doc.documentElemen
       if (_pluginData._filterInputVector.isEmpty()) {
         int num = 0;
-        int inputIndex;
+        int inputIndex = 0;
         
         for (uint i = 0; i < _pluginData._inputs.size(); i++) {
@@ -154,5 +154,5 @@ QDomElement topElem = doc.documentElemen
       if (_pluginData._filterOutputVector.isEmpty()) {
         int num = 0;
-        int inputIndex;
+        int inputIndex = 0;
 
         for (uint i = 0; i < _pluginData._outputs.size(); i++) {





More information about the Kst mailing list