Complete.Org: Mailing Lists: Archives: freeciv-dev: December 1998:
[Freeciv-Dev] Automatic -Wall when gcc is used
Home

[Freeciv-Dev] Automatic -Wall when gcc is used

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Automatic -Wall when gcc is used
From: Mitch Davis <mjd@xxxxxxxxxx>
Date: Mon, 07 Dec 1998 16:10:32 +1100

Dear Freeciv people,

I've found a good reason not to also do -ansi when we turn
-Wall -pedantic on for gcc:  On HP/UX at least, this
"cleans up" any system declarations which _don't_ appear
in the ANSI namespace.  You can turn them back on with
-D_HPUX_SOURCE, but that's not the point:  Configure
shouldn't have to know what -D to do for a particular
platform...

I think we shouldn't have -ansi with gcc.

Regards,

Mitch.
--
| mailto:mjd@xxxxxxxxxx       | Not the official view of: |
| mailto:mjd@xxxxxxxxxxxxxxxx | Australian Calculator Opn |
| Certified Linux Evangelist! | Hewlett Packard Australia |


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Automatic -Wall when gcc is used, Mitch Davis <=