aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pegtl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/pegtl')
-rw-r--r--meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb b/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
index 92741d8178..01233699a5 100644
--- a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
+++ b/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
@@ -10,3 +10,5 @@ SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \
inherit cmake
S = "${WORKDIR}/git"
+
+CXXFLAGS += " -Wno-error=type-limits"