Re-evaluate using nano include wrappers for boost (third-party) libraries #247
Labels
debug
Updates assisting with debugging and development efforts
quality improvements
This item indicates the need for or supplies changes that improve maintainability
2021-10-28T18:11:17Z thsfs
Header wrappers such as have been included in many source files in order to suppress warnings. The problem is that, there are still many warnings when compiling with MSVC, as not all the headers that issue warnings were wrapped. Perhaps we don't need to follow this path, adding this extra amount of code just to get the buildings less verbose.Evaluate other paths to disable warnings from third-party code, as below:- https://stackoverflow.com/questions/56707123/how-to-suppress-clang-warnings-in-third-party-library-header-file-in-cmakelists- https://docs.microsoft.com/en-us/cpp/build/reference/external-external-headers-diagnostics?view=msvc-160
The text was updated successfully, but these errors were encountered: