opt_dead_code

Controls the use of dead code optimization.

Syntax
  #pragma opt_dead_code on | off | reset  
Remarks

If you enable this pragma, the compiler removes a statement that other statements never execute or call.

This pragma does not correspond to any panel setting in the Language panel. To check this setting, use __option (opt_dead_code), described in Checking Pragma Settings. By default, this pragma is disabled.