[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH 1/2 - fix all compiler warnings.
From: |
olafBuddenhagen |
Subject: |
Re: PATCH 1/2 - fix all compiler warnings. |
Date: |
Thu, 7 Apr 2011 19:58:01 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi,
On Wed, Apr 06, 2011 at 06:15:21PM +0100, Michael Walker wrote:
> [...] and I think I will start using GCC/GNU stuff more (dropping
> -pedantic),
Alternatively, I think you could use -std=gnu99 and keep -pedantic. At
least that is my understanding -- never played with these things myself
:-)
(OTOH, I'm not sure -pedantic is useful at all: AIUI, it's for things
that strictly speaking violate the standard, but should cause no actual
problems whatsoever...)
-antrik-