Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 290759 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-2 / +1 lines)
Lines 1133-1140 Link Here
1133
CC_CHECK_CFLAGS_APPEND([-Wstrict-aliasing=2 -Wstrict-aliasing], [break;])
1133
CC_CHECK_CFLAGS_APPEND([-Wstrict-aliasing=2 -Wstrict-aliasing], [break;])
1134
1134
1135
dnl This *has* to stay at the end as it can break some autoconf tests.
1135
dnl This *has* to stay at the end as it can break some autoconf tests.
1136
CC_CHECK_CFLAGS_APPEND([-Werror=implicit-function-declaration dnl
1136
CC_CHECK_CFLAGS_APPEND([-Werrorimplicit-function-declaration], [break;])
1137
                        -Werror-implicit-function-declaration], [break;])
1138
1137
1139
CC_NOUNDEFINED
1138
CC_NOUNDEFINED
1140
1139

Return to bug 290759