From 66a4e0f29977299f0d82e0343591dba9daeda1e5 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 4 Jun 2015 19:13:29 +0300 Subject: [PATCH] Mute error about org.iq80.snappy.Snappy --- compiler/compiler.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/compiler.pro b/compiler/compiler.pro index 4159d20b866..84b9be6a00d 100644 --- a/compiler/compiler.pro +++ b/compiler/compiler.pro @@ -30,6 +30,7 @@ messages/**) -dontwarn org.xerial.snappy.SnappyBundleActivator -dontwarn com.intellij.util.CompressionUtil -dontwarn com.intellij.util.SnappyInitializer +-dontwarn org.iq80.snappy.Snappy -dontwarn net.sf.cglib.** -dontwarn org.objectweb.asm.** # this is ASM3, the old version that we do not use