From aa6def5b86ef236e06a3e32a7ee317f82582cb42 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 27 Nov 2015 16:17:54 +0300 Subject: [PATCH] Suppress warnings from SVGLoader --- compiler/compiler.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/compiler.pro b/compiler/compiler.pro index 2ae2d3fd9cf..11d071b16f5 100644 --- a/compiler/compiler.pro +++ b/compiler/compiler.pro @@ -31,6 +31,8 @@ messages/**) -dontwarn org.xerial.snappy.SnappyBundleActivator -dontwarn com.intellij.util.CompressionUtil -dontwarn com.intellij.util.SnappyInitializer +-dontwarn com.intellij.util.SVGLoader +-dontwarn com.intellij.util.SVGLoader$MyTranscoder -dontwarn net.sf.cglib.** -dontwarn org.objectweb.asm.** # this is ASM3, the old version that we do not use -dontwarn com.sun.jna.NativeString