b4d586e
diff -up Python-3.3.0/configure.ac.fix-configure-Wformat Python-3.3.0/configure.ac
b4d586e
--- Python-3.3.0/configure.ac.fix-configure-Wformat	2013-03-25 16:09:09.127667472 -0400
b4d586e
+++ Python-3.3.0/configure.ac	2013-03-25 16:09:16.442666967 -0400
b4d586e
@@ -1308,7 +1308,7 @@ if test "$GCC" = "yes"
b4d586e
 then
b4d586e
   AC_MSG_CHECKING(whether gcc supports ParseTuple __format__)
b4d586e
   save_CFLAGS=$CFLAGS
b4d586e
-  CFLAGS="$CFLAGS -Werror"
b4d586e
+  CFLAGS="$CFLAGS -Werror -Wformat"
b4d586e
   AC_COMPILE_IFELSE([
b4d586e
     AC_LANG_PROGRAM([[void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));]], [[]])
b4d586e
   ],[