
4 Nov
2009
4 Nov
'09
5:02 p.m.
Hmm, I'm not seeing these warnings (Windows, gcc 4.4.1, MingW) while compiling with -O3. What other command line options do I need to specify?
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "/home/john/bin/boost/bin.v2/libs/wave/build/gcc-4.4.1/release/link-static/threading-multi/instantiate_cpp_exprgrammar.o" "libs/wave/src/instantiate_cpp_exprgrammar.cpp" With gcc-4.4.1. I see so many pages of warnings from this that I gave up counting :-( Looks to be an issue new to 4.4.1 and/or the new Ubuntu-9.1 release? HTH, John.