Currently when I build my project, I get 20+ warnings from things like unused procedure arguments, struct fields, structs, procedures, etc.
I have many things there for later or things that I don't care about. The warnings clutter up finding errors when they occur and are quite inconvenient.
Could there please be a way to suppress warnings in the output while building?
Possibly a flag when doing goboscript build
Example: goboscript build --suppress-warnings
Currently when I build my project, I get 20+ warnings from things like unused procedure arguments, struct fields, structs, procedures, etc.
I have many things there for later or things that I don't care about. The warnings clutter up finding errors when they occur and are quite inconvenient.
Could there please be a way to suppress warnings in the output while building?
Possibly a flag when doing
goboscript buildExample:
goboscript build --suppress-warnings