]> git.proxmox.com Git - grub2.git/commit - configure.ac
clang: Pair -Qn with -Qunused-arguments.
authorVladimir Serbinenko <phcoder@google.com>
Mon, 25 Mar 2019 16:43:18 +0000 (17:43 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Apr 2019 11:05:21 +0000 (13:05 +0200)
commit4dace5f60eac8b91c2e82a3fce8a2e3d1f004f1c
tree1862cb11719493c49c45225684ca734664d6f65d
parent63d568ed2e909ae9b33424700a2fa15be402a570
clang: Pair -Qn with -Qunused-arguments.

When assembling module wirh clang -Qn ends up on command line but later ignored
To avoid it breaking the compile, add -Qunused-arguments.

Signed-off-by: Vladimir Serbinenko <phcoder@google.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac