diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-07-03 19:59:44 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-07-03 19:59:44 +0200 |
| commit | 268b29c5671875dc0df38191559e3503060206a1 (patch) | |
| tree | 8ac6169af4809d754b70de1a0dcb52ee0ea8c2a8 /main | |
| parent | 46e90fc7139f8a67efdc13d7005dcfe97304a7e4 (diff) | |
| download | cgeo-268b29c5671875dc0df38191559e3503060206a1.zip cgeo-268b29c5671875dc0df38191559e3503060206a1.tar.gz cgeo-268b29c5671875dc0df38191559e3503060206a1.tar.bz2 | |
suppress lint warning for unused attributes
Diffstat (limited to 'main')
| -rw-r--r-- | main/lint.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/lint.xml b/main/lint.xml index 29006d6..75569d2 100644 --- a/main/lint.xml +++ b/main/lint.xml @@ -11,6 +11,7 @@ </issue> <issue id="MissingTranslation" severity="ignore" /> <issue id="Registered" severity="ignore" /> + <issue id="UnusedAttribute" severity="ignore" /> <issue id="UnusedResources"> <ignore path="res/drawable-mdpi/attribute_maintenance.png" /> <ignore path="res/values/vpi__colors.xml" /> |
