问题
IntelliJ displays yellow markers in the scrollbar on the right for warnings. Is there a way to disable warnings or just the yellow markers in the scrollbar?
Follow-up: The file in question is from Adobe Flex SDK 4.1 frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
. I have all inspections disabled. I've also disabled the JavaScript Intention Power Pack plugin. I have Highlighting Level set to None. With all this I still see warnings.

回答1:
I wouldn't disable all warnings -- they are there for a purpose.
You can right-click on the yellow warning marker -> "Customize Highlighting Level" -> "Configure Inspections" to tune the severity or turn off particular warnings...
回答2:
I have concluded that this is a bug in IntelliJ 10.5.
来源:https://stackoverflow.com/questions/7110460/intellij-disable-warnings