On Thursday 14 May 2009 5:27:36 am ArtemGr wrote:
> Kurt Miller wrote:
> > I see this is a debug build on amd64, but what version of FreeBSD and what compiler version?
> >
>
> 7.0-RELEASE-p5
> gcc version 4.2.1 20070719 [FreeBSD]
>
> > Most likely the following change is all that is needed for this
> > warning:
> >
> > -static char *flagnames[] = {
> > +static const char *flagnames[] = {
> >
>
> Yeah, but there are other such places:
Ok no problem. I'll fix these in the next update that I'm working on.
-Kurt