mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user