URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eea2dfa0894d47f47480230152243d1ef2ba6f38
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
eea2dfa by Peter Wu (peter@xxxxxxxxxxxxx):
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@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
(cherry picked from commit e059e4588636bbe88b3706b962469a2003550b51)
Reviewed-on: https://code.wireshark.org/review/11038
Actions performed:
from c35ea23 2.0.0rc1 → 2.0.0rc2.
adds eea2dfa cmake: always enable -Qunused-arguments for clang
Summary of changes:
CMakeLists.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)