diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-11 18:00:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-11 18:00:05 (GMT) |
commit | feb51492442881994f8d42dddfac2763794dbaec (patch) | |
tree | d9d569c5ee8688a3f960266c7a590105e4929f4e /configure | |
parent | 8b0e98426dd0e1fde93715256413bc707759db6f (diff) | |
download | cpython-feb51492442881994f8d42dddfac2763794dbaec.zip cpython-feb51492442881994f8d42dddfac2763794dbaec.tar.gz cpython-feb51492442881994f8d42dddfac2763794dbaec.tar.bz2 |
-Wformat is needed by gcc 4.8 (closes #17547)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6525,7 +6525,7 @@ then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc supports ParseTuple __format__" >&5 $as_echo_n "checking whether gcc supports ParseTuple __format__... " >&6; } save_CFLAGS=$CFLAGS - CFLAGS="$CFLAGS -Werror" + CFLAGS="$CFLAGS -Werror -Wformat" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |