remove "DECORATE" from error string
* print warning count as well * allow treating warnings as errors
This commit is contained in:
parent
7fed2b85f6
commit
b5b3fe1b5e
2 changed files with 22 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#include "filesystem.h"
|
||||
|
||||
CVAR(Bool, strictdecorate, false, CVAR_GLOBALCONFIG | CVAR_ARCHIVE)
|
||||
CVAR(Bool, warningstoerrors, false, CVAR_GLOBALCONFIG | CVAR_ARCHIVE)
|
||||
|
||||
EXTERN_CVAR(Bool, vm_jit)
|
||||
EXTERN_CVAR(Bool, vm_jit_aot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue