pragma not supported during fast compile
The fast compiler does not support the pragma. This is a level-3 warning with #pragma comment(), and a level-1 warning otherwise.
To avoid this warning when using the fast compiler, disable the pragma using #ifdef _FAST.