I wonder if it is possible to suppress warnings coming from the included library files by showing all warnings of the solution file in Visual Studio? I have a solution using the stingray library. When I create a solution, I constantly get numerous warnings from stingray files, so I lose warnings from my files (which are really in the solution and that I own and edit). For me there is no value in the included warnings, since I cannot edit these files, but I need to see all my warnings.
Is there any way to do this?
Added after the first answer: Sorry for the ambiguity - I am not creating a third-party library - I am linking the libraries they provided, but I am including their headers in my own. As a result, I have numerous warnings in the "file included from ..." - is there any way to deal with this?
- Thanks in advance
Serge source share