The uncheck command disables checking of memory access, leaks, or usage.
uncheck | Print current status of checking. |
uncheck -access | Turn off access checking. |
uncheck -leaks | Turn off leak checking. |
uncheck -memuse | Turn off memuse checking (leak checking is turned off as well). |
uncheck -all | Equivalent to uncheck -access; uncheck -memuse. |
uncheck [functions] [files] [loadobjects] | Equivalent to suppress all in functions files loadobjects. |
where:
See check Command for information to turn on checking.
See suppress Command for information on suppressing of errors.
See Runtime Checking for an introduction to runtime checking.