cmake: always enable -Qunused-arguments for clang
authorPeter Wu <peter@lekensteyn.nl>
Thu, 8 Oct 2015 21:57:22 +0000 (23:57 +0200)
committerPeter Wu <peter@lekensteyn.nl>
Wed, 14 Oct 2015 16:53:21 +0000 (16:53 +0000)
commite059e4588636bbe88b3706b962469a2003550b51
tree35bc6f848418ed4b8edf88d4598790e33f03fa80
parent5179a91826d69162d6a0f17baf86cf82b943925e
cmake: always enable -Qunused-arguments for clang

"argument unused during compilation" warnings suggest that some options
do not make sense (such as passing the -gsplit-dwarf option to the
linking command while it is only valid during compilation).

For now we do not care about these warnings, the option is accepted by
clang and whether it used in a particular step or not is uninteresting.

Change-Id: I3b6efa0dccd33c7f351c5938a29adef64ac1706d
Reviewed-on: https://code.wireshark.org/review/10893
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
CMakeLists.txt