summaryrefslogtreecommitdiffstats
path: root/test/headers
AgeCommit message (Collapse)AuthorFilesLines
2025-01-20Fix strict MSVC buildDavid Robillard1-0/+4
Apparently, on MSVC, warnings in external headers do need to be suppressed here, even with include_type 'system'.
2025-01-20Use "system" include type for all dependencies and add header testDavid Robillard3-0/+53
Things get confused when these flags differ across projects, so universally use "system" for external dependencies and test for header warnings only in the project that owns them.