[Uml-devel] Some compiler warnings
Luis De la Parra Blum
lparrab at gmx.net
Tue Oct 22 13:54:03 UTC 2002
On Tuesday 22 October 2002 21:58, Sebastian Stein wrote:
> 2 warnings have been fixed by me in CVS, but with the next 3 I would like
> to ask first what to do:
The "unused parameter" warnings are pretty easy to solve: just dont declare
the variable:
instead of having
void moveEvent(QMoveEvent *m)
write
void moveEvent(QMoveEvent* )
this function has the same signature, but does not declare the parameter.
for the other warnings I'll have to take a look into the code.
luis.
More information about the umbrello-devel
mailing list