Issue 15127: Supressing warnings with -w "whether gcc supports ParseTuple"
Created on 2012-06-21 17:02 by samueljohn, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg163349 - (view) | Author: Samuel John (samueljohn) | Date: 2012-06-21 17:02 | |
In configrue.in, Python checks if the compiler supports __attribute__((format(PyArg_ParseTuple, 2, 3))) and sets the CFLAGS to "CFLAGS -Werror" to decide this test.
When you build Python with "CFLAGS=-w" (homebrew's default), configure reports
whether gcc supports ParseTuple ... yes
which is not supported for clang (I was told).
I know it's hard to remove a certain flag from the CFLAGS, but perhaps there should be better documentation about this issue.
|
|||
| msg222689 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014-07-10 19:14 | |
@Samuel sorry about the delay in getting back to you :( Can we have a comment on this please. |
|||
| msg322250 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-23 20:01 | |
This code was removed in f6b687fcd4d62e53443e23376dc02c177fecc0d4. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:31 | admin | set | github: 59332 |
| 2018-07-23 20:01:04 | serhiy.storchaka | set | status: open -> closed nosy:
+ serhiy.storchaka resolution: out of date |
| 2014-07-10 19:14:23 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg222689 |
| 2012-06-21 17:02:57 | samueljohn | create | |
