aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar
diff options
context:
space:
mode:
Diffstat (limited to 'cgeo-calendar')
-rw-r--r--cgeo-calendar/proguard-project.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgeo-calendar/proguard-project.txt b/cgeo-calendar/proguard-project.txt
index 453d1a6..c4cb930 100644
--- a/cgeo-calendar/proguard-project.txt
+++ b/cgeo-calendar/proguard-project.txt
@@ -29,4 +29,7 @@
public <init>(android.content.Context, android.util.AttributeSet);
public <init>(android.content.Context, android.util.AttributeSet, int);
public void set*(...);
-} \ No newline at end of file
+}
+
+# Null analysis annotations of Eclipse JDT are just used by the Eclipse compiler, so ignore them here
+-dontwarn org.eclipse.jdt.annotation.**