Skip to content
  • Chun-wei Fan's avatar
    build: Force-include msvc_recommended_pragmas.h on Visual Studio · 76396d4c
    Chun-wei Fan authored and Christoph Reiter's avatar Christoph Reiter committed
    By doing so, we essentially cover the various compiler flags that we
    want to use for non-Visual Studio builds to check for warnings that
    might cause real concern.
    
    This also skips the checks for the various GCC-isque CFlag checks that
    are scattered in the various build files on Visual Studio builds, since
    they are essentially meaningless on Visual Studio builds.
    76396d4c