Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251740
Collapse All | Expand All

(-)configure.orig (-2 / +2 lines)
Lines 22877-22883 CC_WARNINGS="\ Link Here
22877
        -Wcast-align \
22877
        -Wcast-align \
22878
        -Wno-strict-aliasing \
22878
        -Wno-strict-aliasing \
22879
	-Wno-unused-value \
22879
	-Wno-unused-value \
22880
        -Werror "
22880
         "
22881
22881
22882
CXX_WARNINGS="\
22882
CXX_WARNINGS="\
22883
        -Wall \
22883
        -Wall \
Lines 22892-22898 CXX_WARNINGS="\ Link Here
22892
        -Wredundant-decls \
22892
        -Wredundant-decls \
22893
        -Wno-strict-aliasing \
22893
        -Wno-strict-aliasing \
22894
	-Wno-unused-value \
22894
	-Wno-unused-value \
22895
        -Werror "
22895
        "
22896
22896
22897
if test -n "`gcc --version | grep ' 3.2'`" ; then
22897
if test -n "`gcc --version | grep ' 3.2'`" ; then
22898
        CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
22898
        CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
(-)configure.ac.orig (-2 / +2 lines)
Lines 523-529 CC_WARNINGS="\ Link Here
523
        -Wcast-align \
523
        -Wcast-align \
524
        -Wno-strict-aliasing \
524
        -Wno-strict-aliasing \
525
	-Wno-unused-value \
525
	-Wno-unused-value \
526
        -Werror "
526
        "
527
527
528
CXX_WARNINGS="\
528
CXX_WARNINGS="\
529
        -Wall \
529
        -Wall \
Lines 538-544 CXX_WARNINGS="\ Link Here
538
        -Wredundant-decls \
538
        -Wredundant-decls \
539
        -Wno-strict-aliasing \
539
        -Wno-strict-aliasing \
540
	-Wno-unused-value \
540
	-Wno-unused-value \
541
        -Werror "
541
        "
542
542
543
if test -n "`gcc --version | grep ' 3.2'`" ; then
543
if test -n "`gcc --version | grep ' 3.2'`" ; then
544
        CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
544
        CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`

Return to bug 251740