#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: standard | Keywords: | |
Cc: | robertwb | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
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 (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | → sage-feature |
---|
comment:3 Changed 15 years ago by
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
comment:4 Changed 14 years ago by
Milestone: | sage-feature → sage-duplicate/invalid |
---|---|
Resolution: | → invalid |
Status: | new → closed |
I'm all for invalidating.
Note: See
TracTickets for help on using
tickets.
IIRC this gcc option is added by
python-cflags
: