ID:2145247
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
If features like this (helpful, but may be annoying in some cases) is implemented then I'd like to see a preprocessor that disables warning output. Something like:

mob/verb/testcase(var/a as num, var/b as num)
#level ERROR
var/x // unused variable
#level ALL
try
x = a / b
catch ()
src << "Error: Wrong input"


Assuming that's something feasible to do.

But I don't need it at the moment.
Just if we start getting more warnings to "help" the developer.