#pragmas are intended to be used as a way to use/suppress compiler specific functionality. Currently an unknown pragma will prevent us from building on windows.
We already suppress the unknown pragma warning at the compile level on GCC-like compilers with "-Wno-unknown-pragmas" so this would echo our intentions on 'nix systems.