You should never ignore warnings. They are there for a reason. Try to fix what causes them at all. Sometimes they are safe during operation, but they can improve the readability of the code, sometimes they are really because of something that can lead to code explosion.
It is very simple to make your code more reliable / readable / supported. Plus, ignoring them can make your work more difficult in the future when you (or someone else) need to modify your code.
source share