[Uml-devel] u2 uml plugin working

Sebastian Stein seb_stein at gmx.de
Sat Mar 22 22:23:16 UTC 2003


Andrew Sutton <ansutton at kent.edu> [030323 07:00]:
> i just committed all the code required to dynamically load the uml metamodel 
> and have it parse itself. what does that mean for umbrello2? basically it 
> means that the we have the ability to use all the objects in UML - we just 
> have to write the code to actually use it.

I get a warning during compile:

source='uml_datatype_impl.cpp' object='uml_datatype_impl.lo' libtool=yes \
depfile='.deps/uml_datatype_impl.Plo'
tmpdepfile='.deps/uml_datatype_impl.TPlo' \
depmode=gcc /bin/sh ../../../../admin/depcomp \
/bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I.. -I../..
-I../../../../libumbrello2 -I/opt/kde/include -I/usr/lib/qt-3.0.3/include
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor
-Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g
-O2 -fno-exceptions -fno-check-new -fexceptions  -c -o uml_datatype_impl.lo
`test -f 'uml_datatype_impl.cpp' || echo './'`uml_datatype_impl.cpp
uml_datatype_impl.cpp: In method `class UObject *
Core::DataType_Impl::refInvokeOperation(String *, List<UObject> *)':
uml_datatype_impl.cpp:748: warning: unused parameter `class String *
operation'
uml_datatype_impl.cpp:748: warning: unused parameter `class List<UObject> *
args'
source='uml_feature.cpp' object='uml_feature.lo' libtool=yes \
depfile='.deps/uml_feature.Plo' tmpdepfile='.deps/uml_feature.TPlo' \
depmode=gcc /bin/sh ../../../../admin/depcomp \
/

The same in some other files as well:

uml_interface_impl.cpp:748: warning: unused parameter `class String *
operation'
uml_interface_impl.cpp:748: warning: unused parameter `class List<UObject> *
args

uml_constraint_impl.cpp: In method `class UObject *
Core::Constraint_Impl::refInvokeOperation(String *, List<UObject> *)':
uml_constraint_impl.cpp:576: warning: unused parameter `class String *
operation'
uml_constraint_impl.cpp:576: warning: unused parameter `class List<UObject>
* args'
s

uml_association_impl.cpp:657: warning: unused parameter `class String *
operation'
uml_association_impl.cpp:657: warning: unused parameter `class List<UObject>
* args'

I don't list all files...

Steinchen
-- 
Umbrello UML Modeller
Description     : UML diagram drawing tool for KDE with code generation
Homepage        : http://www.umbrello.org/




More information about the umbrello-devel mailing list