Skip to main content

IAR Embedded Workbench for RX 5.20

#pragma default_no_bounds

In this section:
Syntax
#pragma default_no_bounds [=on|=off]
Parameters

on

Makes the default for all functions and variables declared from this point be as if they were declared with #pragma no_bounds.

off

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.