#pragma default_no_bounds
In this section:
Syntax
#pragma default_no_bounds [=on|=off]
Parameters
| Makes the default for all functions and variables declared from this point be as if they were declared with |
| Turns off the default. |
Description
Use this pragma directive to apply #pragma no_bounds to a whole set of functions and variables, for example around a header file declaring the interface to unchecked code.
See also
Detecting accesses outside the bounds of arrays and other objects.