I'm trying to remove around 400 warnings like "C4503: decorated name length exceeded, name was truncated ..." from a huge project.
As this question states, there's no easy way to figure out from where these warnings are coming from, besides there will be in a lot of different translation units. In order to remove them I would like to do it through the Visual Studio project settings (I use VS 2013).
Is it possible? How can I do it?