From: Matthias Sohn Date: Mon, 16 Dec 2019 14:22:08 +0000 (+0100) Subject: Ignore warnings for generated source code in org.eclipse.jgit.benchmark X-Git-Tag: v5.7.0.202001151323-m1~4^2^2^2^2^2^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e3922b590bef45c72cd43e9629fda5f173be74ca;p=jgit.git Ignore warnings for generated source code in org.eclipse.jgit.benchmark The source code in the folder .apt_generated is generated by the JMH code generator, so there's no point in raising any warnings as this could only be fixed in the upstream code generator. Change-Id: I882888e7bf924f9ae74182598fcb91671a5c9818 Signed-off-by: Matthias Sohn --- diff --git a/org.eclipse.jgit.benchmarks/.classpath b/org.eclipse.jgit.benchmarks/.classpath index 438d155e31..1285bd9e36 100644 --- a/org.eclipse.jgit.benchmarks/.classpath +++ b/org.eclipse.jgit.benchmarks/.classpath @@ -18,6 +18,7 @@ +