Set minimum warning level.
Syntax
Parameters
level
The warning level. 0 | 1 | all | pedantic | param | escape | next
Description
The
-w compiler option set minimum warning level. The default is
-w 0
level | description |
0 | shows all compiler warnings |
1 | hide compiler warnings |
all | shows all compiler warnings |
param | show extra syntax warnings for BYVAL/BYREF parameter modes only |
escape | show extra syntax warnings for escape sequences only |
pedantic | show param and escape syntax warnings |
next | show extra syntax warnings for NEXT statement only |
See also