tsp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tsp-devel] [PATCH] Fix compilation warnings


From: Robert de Vries
Subject: Re: [Tsp-devel] [PATCH] Fix compilation warnings
Date: Wed, 7 Nov 2007 11:49:52 +0100

On Nov 7, 2007 9:12 AM, Frederik Deweerdt <address@hidden> wrote:
> On Tue, Nov 06, 2007 at 11:19:26PM +0100, Robert de Vries wrote:
> Hello Robert,
> Thanks for doing this! Useful warnings are often missed when issued in
> the middle of pointless ones.
> And it is nice, associated with the cmake coloring, I might actually
> use an endless loop of tsp compiles as screen saver ;).
> [...]
> > It would be nice if an actual cmake user would remove the -W -Wall
> > flag for the compilation of the generated code.
> Out of curiosity, which compiler did you use?

gcc-4.1.2-27.fc7

>
> > This would only leave one warning message. (for erk)
>
> Minor comment follows.
> [...]
> > -     symbolType = gdisp_strDup("F64");
> > +     symbolType = BAD_CAST gdisp_strDup("F64");
> This and the following gdisp_strDup could be replaced with
> xmlCharStrdup(const char *cur) if I'm not mistaken.

You are absolutely right. It was quite late last night, so at some
point I just started making the apropriate casts.
I'll change it in my patch (see attachment).
I specifically used the BAD_CAST macro to make it easier to find these
specific casts.
Feel free to do any more cleanups that make sense to you.
Any more comments?

   Robert

Attachment: fix_warnings2.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]