mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:17:10 +00:00
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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user