Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2001:
[Freeciv-Dev] Re: Compiler-warnings
Home

[Freeciv-Dev] Re: Compiler-warnings

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx (Freeciv developers)
Subject: [Freeciv-Dev] Re: Compiler-warnings
From: Reinier Post <rp@xxxxxxxxxx>
Date: Thu, 25 Jan 2001 20:46:42 +0100

On Thu, Jan 25, 2001 at 11:56:13AM +0100, Falk Hueffner wrote:

> > > > When compiling on IRIX with gcc I get a lot of warnings:
> > > > 
> > > > stdinhand.c: In function `cmdlevel_command':
> > > > stdinhand.c:1957: warning: subscript has type `char'
> > 
> > This is my code, and the subscript is a subscript in a short array.

[...]

> Well, you never subscript the array with a char. There's nothing wrong
> with your code. The warning is only triggered by the weird IRIX
> isalnum macros, and there's nothing one can do about it except
> -Wno-char-subscript. Please don't fix what's not broken.

!  OK, I had not seen the isalnum() discussion.  Does this cover
all cases?

-- 
Reinier



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