Skip to content
Snippets Groups Projects
Commit 6398d8fd authored by Janne Grunau's avatar Janne Grunau
Browse files

configure: clang: add -Qunused-arguments to as|ld_flags as well

parent b141c7b3
No related branches found
No related tags found
No related merge requests found
......@@ -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,*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment