> I agree, we are due for an aggressive -Wall clean up and I'd like to remind
> our active developers that they should consider always compiling with
> warning flags activated.  The following is pretty standard for me ...
> 
>     CFLAGS="-Wall -O2" CXXFLAGS="-Wall -O2" ./configure
> 
> There is a lot of avoidable warnings that have crept into our code in the
> past few months.


Changing the order to

./configure CFLAGS="-Wall -O2" CXXFLAGS="-Wall -O2"

will make the configure script to write the variables into config.log.


Jari

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to