[Uml-devel] Re: kdesdk/umbrello/umbrello
Jonathan Riddell
jr at jriddell.org
Tue Jul 13 16:17:01 UTC 2004
On Mon, Jul 12, 2004 at 04:58:26PM +0200, Sebastian Stein wrote:
> CVS commit by sstein:
>
> fix compile warning; do we need this function really?
>
>
> M +1 -1 codegenerator.cpp 1.49
>
>
> --- kdesdk/umbrello/umbrello/codegenerator.cpp #1.48:1.49
> @@ -781,5 +781,5 @@ void CodeGenerator::createDefaultDatatyp
> *
> */
> -bool CodeGenerator::isReservedKeyword(const QString & rPossiblyReservedKeyword) {
> +bool CodeGenerator::isReservedKeyword(const QString & /* rPossiblyReservedKeyword*/) {
> return false;
> }
It's needed for checking for reserved keywords. I think the empty
function needs to be there because it is called and not all code
generators override it.
By the way it's a bad idea to ask questions in CVS commits, they tend
to get lost.
Jonathan
More information about the umbrello-devel
mailing list