Re: fastdebug_build triggers -Werror with g++ 4.3.1-9 (Debian)

2008-08-27 Thread Tom Rodriguez
This was fixed as part of 6712835. http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6ca61c728c2d tom On Aug 27, 2008, at 5:24 AM, Florian Weimer wrote: g++ -DLINUX -D_GNU_SOURCE -DAMD64 -DASSERT -DFASTDEBUG -I. -I../ generated/adfiles -I../generated/jvmtifiles -I/home/fw/src/java/jdk

Re: fastdebug_build triggers -Werror with g++ 4.3.1-9 (Debian)

2008-08-27 Thread Kelly O'Hair
If you set the variable WARNINGS_ARE_ERRORS to be empty, it should be sent through to all the makefiles. It's the variable WARNINGS_ARE_ERRORS that contains the option "-Werror". So try: make WARNINGS_ARE_ERRORS= Not using -Werror will likely let more warning errors creep into the builds, an

fastdebug_build triggers -Werror with g++ 4.3.1-9 (Debian)

2008-08-27 Thread Florian Weimer
g++ -DLINUX -D_GNU_SOURCE -DAMD64 -DASSERT -DFASTDEBUG -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/fw/src/java/jdk7/hotspot/src/share/vm/asm -I/home/fw/src/java/jdk7/hotspot/src/share/vm/ci -I/home/fw/src/java/jdk7/hotspot/src/share/vm/classfile -I/home/fw/src/java/jdk7/hotspo