'Don't display warnings at compilation' feature

 

I have around 100 warnings in my code in the present moment.

90% of them are automatic type conversions from double to int.

And I can add a casting expression (int) to every line, but the code will be uglier / messier.

And I thought what if we could right click and select an option like "Don't display warnings".

Of course, some warnings are useful (to be honest I didn't encounter a situation until now, but I say it from experience with other languages). In this case, we could right click again to see the warnings. 

Would this feature be useful for others too?

Reason: