There should be possibility to ignore warnings with some comment in code for example: ```cpp // NOCLEAN #include "not_needed_header.h" ``` This would help with false-positives until the other issues are fixed.