From 881f1fd75e0b36da0cd39bea071420acb6354716 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 28 Sep 2015 00:50:11 +0300 Subject: [PATCH] Suppress warning in proguard about jna classes --- compiler/compiler.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/compiler.pro b/compiler/compiler.pro index eb98a2cffd3..7c09f70fd0c 100644 --- a/compiler/compiler.pro +++ b/compiler/compiler.pro @@ -33,6 +33,8 @@ messages/**) -dontwarn com.intellij.util.SnappyInitializer -dontwarn net.sf.cglib.** -dontwarn org.objectweb.asm.** # this is ASM3, the old version that we do not use +-dontwarn com.sun.jna.NativeString +-dontwarn com.sun.jna.WString -libraryjars '' -libraryjars ''