[Glade-users] lookup_widget oddness

Damon Chaplin damon@karuna.uklinux.net
29 Jan 2003 15:38:19 +0000


On Tue, 2003-01-28 at 10:13, Tomi Manninen OH2BNS wrote:

> (One annoying little detail I noticed when starting to work with Glade2:
> -Wall is not anymore by default among the CFLAGS, you will have to edit
> configure.in. Enabling warnings would catch these errors right away as you
> would _also_ get a "implicit definition" warning...)

I'm not quite sure why this was done. Maybe to make the configure.in as
simple as possible. I could add it back, I suppose.

Anyway, you can set your own CFLAGS to -Wall (as I do), e.g.
  export CFLAGS='-Wall -g'

Someone should harass the gcc developers into turning -Wall on by
default.

Damon