How to turn off loop overrun messages? (and how to profile on c++)

Like many of you, we are running into frequent loop overruns that aren’t causing direct issues, but are clogging up the console to the point where we can’t see much input. Although fixing the root cause of these issues is ideal and we would like some help with the best way to profile in C++, we would also like to know how to turn off the warnings from loop overruns.