summaryrefslogtreecommitdiff
path: root/tools/checklicenses.py
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/checklicenses.py
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/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 3a76e826af..1ba939fb95 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -206,9 +206,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/lemon': [
'UNKNOWN',
],
- 'tools/fix_pragma_wdocumentation.sh': [
- 'UNKNOWN',
- ],
# Generated files for GTK pixbuf binary bundling
'ui/gtk/wireshark-gresources.h': [
'UNKNOWN',