diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-12-18 07:03:12 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-12-18 07:03:12 +0100 |
| commit | 0136bc8dbd6e7c2a97b05bb8bcb563f9723d5077 (patch) | |
| tree | 5836dad07cddb0826917b63eab498d616dae3c59 /cgeo-calendar/.classpath | |
| parent | bd8a2860c404ba2cce50c9a3ebb081da9bc19fb9 (diff) | |
| download | cgeo-0136bc8dbd6e7c2a97b05bb8bcb563f9723d5077.zip cgeo-0136bc8dbd6e7c2a97b05bb8bcb563f9723d5077.tar.gz cgeo-0136bc8dbd6e7c2a97b05bb8bcb563f9723d5077.tar.bz2 | |
stronger compiler warnings in calendar addon
* disable compiler warnings for generated code
* disallow empty blocks
Diffstat (limited to 'cgeo-calendar/.classpath')
| -rw-r--r-- | cgeo-calendar/.classpath | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cgeo-calendar/.classpath b/cgeo-calendar/.classpath index 8191a2e..121b2d4 100644 --- a/cgeo-calendar/.classpath +++ b/cgeo-calendar/.classpath @@ -1,7 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="gen"/> + <classpathentry kind="src" path="gen"> + <attributes> + <attribute name="ignore_optional_problems" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry combineaccessrules="false" kind="src" path="/cgeo"/> |
