Skip to content
  • Brad King's avatar
    Disable Intel CRT deprecation warnings · 6720d31e
    Brad King authored
    The Intel Compiler for Windows uses the MS runtime library which
    deprecates many C functions.  We define _CRT_SECURE_NO_DEPRECATE and
    _CRT_NONSTDC_NO_DEPRECATE to disable the deprecation warnings.
    6720d31e