
On Mon, 5 Sept 2022 at 15:21, Seth via Boost <boost@lists.boost.org> wrote:
My take on this is that you already can, by marking the boost includes system headers (-isystem or the equivalent of the build system like `SYSTEM` in CMake).
Thank you for suggesting a SYSTEM option. I didn't know about that. But unfortunately this doesn't work for Windows as good as for Linux and MacOS: https://discourse.cmake.org/t/marking-headers-as-system-does-not-suppress-wa... On Mon, 5 Sept 2022 at 15:21, Seth via Boost <boost@lists.boost.org> wrote:
You can, of course, also make pull requests with improvements to Boost libraries, but that doesn't need to be framed as an urgent fix in general. Of course, in the case when the warnings would actually indicate a serious defect that is a different story and can be treated with urgency it deserves.
Thank you. I'll keep it in mind.