The #Warning compiler directive causes compiler to output a warning. This is non-fatal and the application will compile.
The warning will only appear if Compiler Warnings are enabled. Compiler Warnings are controlled via CompilerWarnings and CompilerLevelWarning.
#Warning {ErrorNum} {Warning Text}
Allows addition of compiler warnings. Unlike compiler errors, compiler warnings are not fatal to compilation, but allow adding of informative messages for developers.