Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332468 Details for
Bug 447450
dev-lang/python ParseTuple __format__ configure check requires -Wformat
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for python 3.2.3-r2
patch.patch (text/plain), 337 bytes, created by
Hristo Venev
on 2012-12-16 12:55:06 UTC
(
hide
)
Description:
Fix for python 3.2.3-r2
Filename:
MIME Type:
Creator:
Hristo Venev
Created:
2012-12-16 12:55:06 UTC
Size:
337 bytes
patch
obsolete
>--- configure.in >+++ configure.in >@@ -1156,7 +1156,7 @@ > then > AC_MSG_CHECKING(whether gcc supports ParseTuple __format__) > save_CFLAGS=$CFLAGS >- CFLAGS="$CFLAGS -Werror" >+ CFLAGS="$CFLAGS -Werror=format" > AC_COMPILE_IFELSE([ > AC_LANG_PROGRAM([[void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));]], [[]]) > ],[
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 447450
: 332468