Also, i'd like to mention, really the true reason I am looking for a way to suppress the errors is because i'm having hard time finding compile errors in a large swath of compiler warnings.
I believe at some point the compiled errors used to show up at the end of the compiler output, but something changed that changed the behavior 1.15 maybe? Now it feels like the errors are printed when they are found by the compiler rather at the end of compilation. Was this an intentional change or a regression of some sort?
I personally feel that while maybe suppressing warnings is contentious, showing compiling errors is a higher priority when compiling than warnings. Errors keep my program from running at all. Warnings might point out a potential problem within my program runtime.
Is this on anyones radar?