Navigation: X# Documentation > X# Compiler Errors and Warnings
WARNING XS9096
Unrecognized or unsupported #pragma option value '{0}'
This warning will be shown if you have a pragma with an unrecognized or unsupported option.
Example
#pragma options ("ab", on) // warning XS9096