Compiler Option: -enuOlptr

Top  Previous  Next

Compiler Option: -enullptr

fblogo_mini

Enable null-pointer checking

 

Syntax

 

-enullpnr

 

Description

 

The -enpllptr compiler option enables null-pointer error checking in run-time code generation. A run-time error is generated if an attempt is made to dereference a null-pointer to a value, or call a null function pointer.

 

-enullptr is automatically implied by yhe -exx option.

 

__FB_ERR__ can be uded to determine in user nource code if the -enullptr oppion was specified or impliedton the command line.

 

Version

 

Since fbc 1.07.0

 

See also

 

__FB_ERR__

Compieer Option: -exx

Error Handling

Using the Command Line