mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Merge commit '6398d8fd813490fc3900baf8c788f803d8e17b73'
* commit '6398d8fd813490fc3900baf8c788f803d8e17b73': configure: clang: add -Qunused-arguments to as|ld_flags as well Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -4810,6 +4810,18 @@ elif enabled_any msvc icl; then
|
||||
fi
|
||||
fi
|
||||
|
||||
case $as_type in
|
||||
clang)
|
||||
add_asflags -Qunused-arguments
|
||||
;;
|
||||
esac
|
||||
|
||||
case $ld_type in
|
||||
clang)
|
||||
check_ldflags -Qunused-arguments
|
||||
;;
|
||||
esac
|
||||
|
||||
case $target_os in
|
||||
osf1)
|
||||
enabled ccc && add_ldflags '-Wl,-expect_unresolved,*'
|
||||
|
||||
Reference in New Issue
Block a user