summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-11-18 16:31:31 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-21 13:50:54 +0000
commit67d9daa65b9d555ced9fb1a9df90b1f8f1a4a257 (patch)
treefd996d97c128dc0d474cfd4d98e7833ddb7099bc /tools/Makefile.am
parentf711fbfae45d737142f30bdb1777d8c621d163de (diff)
downloadwireshark-67d9daa65b9d555ced9fb1a9df90b1f8f1a4a257.tar.gz
autotools: Fix extra-compiler-warnings for system headers
Use -isystem instead of -I for external headers with GCC/clang to squash all the noise. cmake already uses -isystem by default for supported platforms/compilers. Change-Id: Ia6c9d1eb9b894fda6f48c531094d792e16fd39fc Reviewed-on: https://code.wireshark.org/review/11947 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2b582c8cbc..d1d660368a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -131,7 +131,6 @@ EXTRA_DIST = \
dftestlib/util.py \
extract_asn1_from_spec.pl \
fix-encoding-args.pl \
- fix_pragma_wdocumentation.sh \
fixhf.pl \
ftsanity.py \
fuzz-test.sh \