[New-bugs-announce] [issue24709] Unix build uses '-Wno-unused-result', which icc doesn't recognize

Zachary Ware report at bugs.python.org
Fri Jul 24 21:43:54 CEST 2015


New submission from Zachary Ware:

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

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

----------
components: Build
messages: 247299
nosy: zach.ware
priority: low
severity: normal
stage: needs patch
status: open
title: Unix build uses '-Wno-unused-result', which icc doesn't recognize
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24709>
_______________________________________


More information about the New-bugs-announce mailing list