Hammer on snapshot cd's

Joerg Sonnenberger joerg at britannica.bec.de
Tue Jul 15 13:48:12 PDT 2008


On Tue, Jul 15, 2008 at 03:22:34PM -0500, Vincent Stemen wrote:
> Compiling with "gcc -o query -g -Wall main.c" produced no warnings at
> all.  But when I added #include "query.c" to the main code module after
> it was working stand alone,  I got a number of compiler warnings about
> possible use of initialized variables in functions that are in query.c.

This is depending a lot on the call graph analyser and without
optimising it simply isn't done.

Joerg





More information about the Users mailing list