Skip to main content

IAR Embedded Workbench for Arm 9.70.x

#pragma disable_check

In this section:
Syntax
#pragma disable_check = bounds
Parameters

bounds

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.