mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
configure: clang: add -Qunused-arguments to as|ld_flags as well
This commit is contained in:
@@ -4208,6 +4208,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