CARB_IGNOREWARNING_MSC

Defined in carb/Defines.h

CARB_IGNOREWARNING_MSC(w)

For MSVC only, disables a specific compiler warning for the current compilation warning configuration. Defined as __pragma(warning(disable : <w>)) for MSVC only; ignored by other compilers.

Parameters
  • w – The warning number to disable.