summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-07-03 11:22:48 +0200
committerPierre Rossi <pierre.rossi@gmail.com>2013-07-03 11:34:13 +0200
commit5f70d82ba035f4acd8cc38e57de429171694019d (patch)
tree95f799553d65b910a6a388ad9043285c9204e8ca /patches/patch-chromium.sh
parent1949732342370b8e4ae1b0da619fb8f1a6861aa9 (diff)
Do not warn for header-hygiene.
QtDeclarative is consciously leaking the namespace QtQml. Therefore clang would warn about header hygiene. Unfortunately this cannot be fixed in QtDeclarative, unless we accept not to be able to use QtQuick1 and QtQuick2 in the same application. Change-Id: I5ba78eb20f98e2e04d9c190794c83710b7f196e4 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index 6d39e87b6..6bc1c5e05 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -66,6 +66,7 @@ git am $PATCH_DIR/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
git am $PATCH_DIR/0001-Mac-Use-libc-instead-of-stdlibc.patch
git am $PATCH_DIR/0002-Clang-libc-does-not-support-incomplete-types-in-temp.patch
git am $PATCH_DIR/0001-Mac-Do-not-modify-the-child-path.patch
+git am $PATCH_DIR/0001-Do-not-warn-for-header-hygiene.patch
cd $CHROMIUM_SRC_DIR/third_party/WebKit
echo "Entering $PWD"