Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-20 | Fix strict MSVC build | David Robillard | 1 | -0/+4 | |
Apparently, on MSVC, warnings in external headers do need to be suppressed here, even with include_type 'system'. | |||||
2025-01-20 | Use "system" include type for all dependencies and add header test | David Robillard | 3 | -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. |