summaryrefslogtreecommitdiff
path: root/graphite/UnpackedTarball_graphite.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-10 10:48:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-10 10:49:49 +0100
commit71a1df3e42eed9005d55ff58161cfd239e6e462d (patch)
treec7585daebf70f2f275a974731dc5837203d2d9ba /graphite/UnpackedTarball_graphite.mk
parentd0b590fe19b45e2248adff22c6fe61a4049a7db8 (diff)
-Wc++11-narrowing
"non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'uint16' (aka 'unsigned short') in initializer list" etc. with Clang -std=c++11 Change-Id: I15ff37bbc3d20c14db850678a9b9e295b900de85
Diffstat (limited to 'graphite/UnpackedTarball_graphite.mk')
-rw-r--r--graphite/UnpackedTarball_graphite.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphite/UnpackedTarball_graphite.mk b/graphite/UnpackedTarball_graphite.mk
index 53b73b197922..25638dad8ea6 100644
--- a/graphite/UnpackedTarball_graphite.mk
+++ b/graphite/UnpackedTarball_graphite.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL)))
$(eval $(call gb_UnpackedTarball_add_patches,graphite,\
graphite/graphite2.patch \
graphite/graphite2.issue1030.patch.1 \
+ graphite/graphite2.narrowing.patch.1 \
))
# vim: set noet sw=4 ts=4: