aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-contacts
diff options
context:
space:
mode:
Diffstat (limited to 'cgeo-contacts')
-rw-r--r--cgeo-contacts/proguard-project.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgeo-contacts/proguard-project.txt b/cgeo-contacts/proguard-project.txt
index 453d1a6..c4cb930 100644
--- a/cgeo-contacts/proguard-project.txt
+++ b/cgeo-contacts/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.**