#pragma disable_check
In this section:
Syntax
#pragma disable_check = bounds
Parameters
| Does not check accesses against bounds. |
Description
Use this pragma directive to specify that the immediately following function does not check accesses against bounds. If compiled with bounds checking, the function will be instrumented to track bounds, but will perform no checks.