Disable 'attribute "foo" ignored' warnings from icc
authorMans Rullgard <mans@mansr.com>
Wed, 23 Mar 2011 11:24:10 +0000 (11:24 +0000)
committerMans Rullgard <mans@mansr.com>
Wed, 23 Mar 2011 12:38:37 +0000 (12:38 +0000)
commit91bcad197175bf82610ea52498854b5b0ed73de0
treecb97da5833315de78075fef2955c527228ff387f
parent28e9c42afbf0088aa1f4280a95d304dca4b675a0
Disable 'attribute "foo" ignored' warnings from icc

ICC lies about the version of gcc it emulates, which results
in unsupported attributes sometimes being used.  The warning
is an annoyance and should be disabled.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure