Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22894
Modified Files:
Tag: OpenVRML-0_16-BRANCH
configure-gcc-dbg
Log Message:
Compile with -Wno-attributes to quell a bunch of visibility-related noise from Fedora Core 6's gcc 4.1.1.
Index: configure-gcc-dbg
===================================================================
RCS file: /cvsroot/openvrml/openvrml/configure-gcc-dbg,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** configure-gcc-dbg 9 Oct 2006 03:09:02 -0000 1.1.2.2
--- configure-gcc-dbg 28 Oct 2006 02:41:11 -0000 1.1.2.3
***************
*** 1,3 ****
#!/bin/bash
! ./$(dirname $0)/configure -C --disable-static --enable-gtk-doc CXXFLAGS='-g -O0 -Wall -Wextra -Wno-missing-braces -Wno-missing-field-initializers' $*
--- 1,3 ----
#!/bin/bash
! ./$(dirname $0)/configure -C --disable-static --enable-gtk-doc CXXFLAGS='-g -O0 -Wall -Wextra -Wno-missing-braces -Wno-missing-field-initializers -Wno-attributes' $*
|