Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22947
Modified Files:
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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure-gcc-dbg 9 Oct 2006 03:09:55 -0000 1.3
--- configure-gcc-dbg 28 Oct 2006 02:41:56 -0000 1.4
***************
*** 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' $*
|