From 31484784bbec5d9909ead9912e127165ae70b7ea Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 27 Nov 2015 20:57:21 +0300 Subject: [PATCH] Suppress warnings from PsiClassUtil for findModulesWithClass method --- compiler/compiler.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/compiler.pro b/compiler/compiler.pro index 11d071b16f5..cf65d9aed68 100644 --- a/compiler/compiler.pro +++ b/compiler/compiler.pro @@ -37,6 +37,7 @@ messages/**) -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 +-dontwarn com.intellij.psi.util.PsiClassUtil -libraryjars '' -libraryjars ''