Controls whether or not to change illegal access errors to warnings.
#pragma access_errors on | off | reset
All platforms.
If you enable this pragma, the compiler issues an error instead of a warning when it detects illegal access to protected or private members. This has the effect of including the file once (like #pragma once). This is not a portable usage.
This pragma does not correspond to any panel setting. To check this setting, use __option (access_errors), described in Checking Settings.
The default setting is on.