Hello everyone, Is there a way of turning a compiler warning into an error? The reasoning is that I am developing some code with custom memory management (using gc:none), and I would want my code not to compile when a GcMem warning is thrown by the compiler.
Thank you!
