How to disable compiler warnings for system headers

  • Thread starter Thread starter Benevolent Deity
  • Start date Start date
B

Benevolent Deity

Guest
VS2019 Community

I like to use the /Wall warning level but I get quite a few warnings about things in the system header files. I don't want to disable these warnings globally because I want to get them for code I write. Is there a way to suppress all warnings for just the system header files? Thanks!

Continue reading...
 
Back
Top