mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 14:50:25 +00:00
Stop Sun Studio from issuing a warning during configure when passed
the --version option. patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 15532 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b1cb73aa15
commit
0c45cd0720
2
configure
vendored
2
configure
vendored
@ -1883,7 +1883,7 @@ check_cflags -fno-math-errno
|
||||
check_cflags -fno-signed-zeros
|
||||
|
||||
# add some flags for Intel C Compiler
|
||||
if $cc --version | grep -q Intel; then
|
||||
if $cc --version 2> /dev/null | grep -q Intel; then
|
||||
# Just warnings, no remarks
|
||||
check_cflags -w1
|
||||
# -wd: Disable following warnings
|
||||
|
Loading…
Reference in New Issue
Block a user