From 771516d7f0c66ebeb5db864e0ddbd39a94662547 Mon Sep 17 00:00:00 2001 From: Murai Takashi Date: Mon, 13 Dec 2021 20:23:36 +0900 Subject: [PATCH] lgtm.yml: add g++ to prerequisite software MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LGTM build failed since -Wformat-diag check is failed. So we add g++ to check its version in LGTM. May help to fix #17460. Change-Id: I9400dbbab7800c522bf7ed797adae48299581a4e Reviewed-on: https://review.haiku-os.org/c/haiku/+/4780 Reviewed-by: Jérôme Duval --- lgtm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lgtm.yml b/lgtm.yml index f9e1a35fb1..2c94567ce8 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -9,6 +9,7 @@ extraction: - texinfo - flex - bison + - g++ - gawk - build-essential - unzip