aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-02-09 20:48:25 +0100
committerBananeweizen <bananeweizen@gmx.de>2015-02-09 20:48:25 +0100
commita63fddc36ad53af040482e1604ea96f7a8fe83c5 (patch)
tree956be0adaf06835b917ed0c3c5a80331fb1c004c /cgeo-calendar
parentf5a09ad73f46ba5d30379b286bfed711eee58240 (diff)
downloadcgeo-a63fddc36ad53af040482e1604ea96f7a8fe83c5.zip
cgeo-a63fddc36ad53af040482e1604ea96f7a8fe83c5.tar.gz
cgeo-a63fddc36ad53af040482e1604ea96f7a8fe83c5.tar.bz2
fix #4656: calendar build failing
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.**