Re: [Exim] Compiler warnings with GCC 3.3 (dereferencing typ…

Top Pagina
Delete this message
Reply to this message
Auteur: Sheldon Hearn
Datum:  
Aan: exim-users
Onderwerp: Re: [Exim] Compiler warnings with GCC 3.3 (dereferencing type-punned pointer will break strict-aliasingrules)
On (2003/07/24 15:07), Andreas Metzler wrote:

> > gcc -c -O -pipe -march=pentium3 -march=pentium3 \
> >     -I. -I/usr/local/include search.c

>
> > What do yours look like?
>
> It has -Wall in it.
>
> For example like this:
> | gcc -o em_init.o -c -g -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> |   -O2 -I. -I../exim_monitor  -I/usr/X11R6/include \
> |    ../exim_monitor/`echo em_init.o | sed 's/o$/c/'`


Where does all that weird stuff (-Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE) come from?

Certainly not the Exim distribution.

Ciao,
Sheldon.