Ticket #425 (closed enhancement: invalid)
Squash warning cause by using "-Wstrict-prototypes" in cython
| Reported by: | mabshoff | Owned by: | was |
|---|---|---|---|
| Priority: | trivial | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | packages | Keywords: | |
| Cc: | robertwb | Work issues: | |
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
When compiling C code in cython some times "-Wstrict-prototypes" is added, causing the following warning:
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
Change History
comment:3 Changed 4 years ago by mabshoff
- Cc robertwb added
I agree with malb here that it is Python which is at fault here. Since this is only a minor annoyance I think we should just invalidate it.
Thoughts?
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.

IIRC this gcc option is added by python-cflags: