aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/core/src/lombok/RunTestsViaEcj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java
index b4334252..f4584493 100644
--- a/test/core/src/lombok/RunTestsViaEcj.java
+++ b/test/core/src/lombok/RunTestsViaEcj.java
@@ -85,7 +85,7 @@ public class RunTestsViaEcj extends AbstractRunTests {
return false;
}
- @SuppressWarnings("unused") // Added to the interface in later ecj version
+ @SuppressWarnings("all") // Added to the interface in later ecj version.
public boolean ignoreAllErrors() {
return false;
}