[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators

Oliver Kellogg okellogg at users.sourceforge.net
Sun Aug 14 13:40:17 UTC 2005


SVN commit 449239 by okellogg:

writeAssociationDecl(): Avoid warning about unused arg.

 M  +2 -1      tclwriter.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/tclwriter.cpp #449238:449239
@@ -550,7 +550,8 @@
 
 void
 TclWriter::writeAssociationDecl(UMLAssociationList associations,
-                                Uml::Scope permitScope, Uml::IDType id, QString type)
+                                Uml::Scope permitScope, Uml::IDType id,
+                                QString /*type*/)
 {
     if (forceSections() || !associations.isEmpty()) {
         bool            printRoleA = false, printRoleB = false;




More information about the umbrello-devel mailing list