summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-02-22 00:34:12 +0000
committerMåns Rullgård <mans@mansr.com>2010-02-22 00:34:12 +0000
commitdd4a03f7b3fa32d47ada88bc6e0a2af4dbc0cddf (patch)
tree391942925307c5a5a4ae0be691958969ce34ec93 /configure
parentac73f1a8169c95a9cd3c42d43849432d63bc5bdd (diff)
Revert "Suppress icc warnings about unknown attributes"
This reverts r21884. Apparently people want those warnings. Originally committed as revision 21954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d7e91006f8..fccfee5563 100755
--- a/configure
+++ b/configure
@@ -2719,7 +2719,7 @@ if enabled icc; then
# 144, 167, 556: -Wno-pointer-sign
# 10006: ignoring unknown option -fno-signed-zeros
# 10156: ignoring option '-W'; no argument required
- check_cflags -wd144,167,556,1292,10006,10156
+ check_cflags -wd144,167,556,10006,10156
# 11030: Warning unknown option --as-needed
# 10156: ignoring option '-export'; no argument required
check_ldflags -wd10156,11030