From bb7c48a094199272250d3bb29a50b5b870a4037f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 18 Oct 2019 16:26:23 +0900 Subject: [PATCH] Eclipse: Ignore compilation warnings in modules/jgit Change-Id: Ie429faf2ee51d1e0ad3ecc1518edd0431023bd04 --- tools/eclipse/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eclipse/project.py b/tools/eclipse/project.py index 0bc41fc7ab..7f0e88bae5 100755 --- a/tools/eclipse/project.py +++ b/tools/eclipse/project.py @@ -203,7 +203,7 @@ def gen_classpath(ext): testAtt.setAttribute('name', 'test') testAtt.setAttribute('value', 'true') atts.appendChild(testAtt) - if "apt_generated" in path: + if "apt_generated" in path or "modules/jgit" in path: if not atts: atts = doc.createElement('attributes') ignoreOptionalProblems = doc.createElement('attribute')