Open YasInvolved opened 7 months ago
[CI]: Can one of the admins verify this patch?
we will test it with CI once you wrap all our 3rdparty includes present in Nabla sources with those macros
okay I need to think about it if std includes generate warnings we actually could silent them too
okay I need to think about it if std includes generate warnings we actually could silent them too
silent all 3rdparty which are included into Nabla first, if there are errors from directly std after you do it we may silent the headers they come from too
okay I need to think about it if std includes generate warnings we actually could silent them too
they never should
as you are on it you could turn all of our 3rdparty include directives you are wrapping with the macro which use <>
into ""
"treat all warnings as error" cmake rule, macro for disabling 3rdparty includes warnings
Description
Useful tools for dealing with warnings have been added
Testing
It wasn't really tested at all
TODO list: