From b98b02b56e435250bee7a1ab160682adc90be0ef Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Tue, 10 Apr 2018 19:19:23 +0300 Subject: [PATCH] 182: Suppress proguard warnings for `com.intellij.util.SVGLoader` Depends on apache batick which has lots of dependencies, probably should be refactored out in idea --- compiler/compiler.pro.182 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/compiler.pro.182 b/compiler/compiler.pro.182 index f1209cdbef4..0c841b65141 100644 --- a/compiler/compiler.pro.182 +++ b/compiler/compiler.pro.182 @@ -56,6 +56,9 @@ messages/**) -dontwarn org.checkerframework.checker.nullness.compatqual.NullableDecl -dontwarn org.checkerframework.checker.nullness.compatqual.MonotonicNonNullDecl +# Depends on apache batick which has lots of dependencies +-dontwarn com.intellij.util.SVGLoader* + #-libraryjars '' #-libraryjars '' #-libraryjars ''