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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 1156-1162 Link Here
1156
then
1156
then
1157
  AC_MSG_CHECKING(whether gcc supports ParseTuple __format__)
1157
  AC_MSG_CHECKING(whether gcc supports ParseTuple __format__)
1158
  save_CFLAGS=$CFLAGS
1158
  save_CFLAGS=$CFLAGS
1159
  CFLAGS="$CFLAGS -Werror"
1159
  CFLAGS="$CFLAGS -Werror=format"
1160
  AC_COMPILE_IFELSE([
1160
  AC_COMPILE_IFELSE([
1161
    AC_LANG_PROGRAM([[void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));]], [[]])
1161
    AC_LANG_PROGRAM([[void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));]], [[]])
1162
  ],[
1162
  ],[

Return to bug 447450