pegtl: Disable type-limits warning

gcc 10.2 warns with this
rep_one_min_max.hpp:40:26: error: comparison of unsigned expression in '>= 0' is always true [-Werror=type-limits]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-08-16 23:14:01 -07:00
parent 5d949d9322
commit de793ef7ac
@@ -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"