Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix build uses '-Wno-unused-result', which icc doesn't recognize #68897

Closed
zware opened this issue Jul 24, 2015 · 2 comments
Closed

Unix build uses '-Wno-unused-result', which icc doesn't recognize #68897

zware opened this issue Jul 24, 2015 · 2 comments
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@zware
Copy link
Member

zware commented Jul 24, 2015

BPO 24709
Nosy @zware, @ammaraskar

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2021-12-03.23:44:33.225>
created_at = <Date 2015-07-24.19:43:54.840>
labels = ['type-bug', 'build']
title = "Unix build uses '-Wno-unused-result', which icc doesn't recognize"
updated_at = <Date 2021-12-03.23:44:33.221>
user = 'https://github.com/zware'

bugs.python.org fields:

activity = <Date 2021-12-03.23:44:33.221>
actor = 'ammar2'
assignee = 'none'
closed = True
closed_date = <Date 2021-12-03.23:44:33.225>
closer = 'ammar2'
components = ['Build']
creation = <Date 2015-07-24.19:43:54.840>
creator = 'zach.ware'
dependencies = []
files = []
hgrepos = []
issue_num = 24709
keywords = []
message_count = 2.0
messages = ['247299', '407618']
nosy_count = 2.0
nosy_names = ['zach.ware', 'ammar2']
pr_nums = []
priority = 'low'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue24709'
versions = ['Python 2.7', 'Python 3.4', 'Python 3.5', 'Python 3.6']

@zware
Copy link
Member Author

zware commented Jul 24, 2015

It would be nice to leave out '-Wno-unused-result' when CC=icc to prevent superfluous warnings like:

icc: command line warning bpo-10006: ignoring unknown option '-Wno-unused-result'

@zware zware added build The build process and cross-build type-bug An unexpected behavior, bug, or error labels Jul 24, 2015
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants