Warnings are super useful, but sometimes they become annoying, so there should be a way of muting some of them. Something like adding an annotation to a line of code that causes the warning.
Otherwise, at some point of time, when there are too many warnings, you’re risking of just ignoring them, which is bad.
Right now I have a bunch of warnings related to violation of the CEI pattern. Although I know they’re important, but sometimes you need to violate it and use some kind of reentrancy guard instead. An example for that: flash loans in Uniswap.