#pragma no_arith_checks
In this section:
Syntax
#pragma no_arith_checks
Description
Use this pragma directive to specify that no C-RUN arithmetic checks will be performed in the function that follows.
#pragma no_arith_checks
Use this pragma directive to specify that no C-RUN arithmetic checks will be performed in the function that follows.