#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: | 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 12 years ago by
comment:2 Changed 12 years ago by
- Milestone set to sage-feature
comment:3 Changed 11 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 11 years ago by
- Milestone changed from sage-feature to sage-duplicate/invalid
- Resolution set to invalid
- Status changed from new to closed
I'm all for invalidating.
comment:5 Changed 11 years ago by
Agreed. This is a distutils problem anyway.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.
IIRC this gcc option is added by
python-cflags
: