Compiler Warning (levels 1 and 3) C4118

pragma not supported during fast compile

The pragma is not supported by the fast compiler. The pragma was ignored.

To avoid this warning when using the fast compiler, disable the pragma using #ifdef _FAST.

This is a level-1 warning, except with #pragma comment(), which causes a level-3 warning.