CARB_IGNOREWARNING_MSC_PUSH
Defined in carb/Defines.h
-
CARB_IGNOREWARNING_MSC_PUSH
For MSVC only, pushes the current compilation warning configuration. Defined as
__pragma(warning(push))
for MSVC only; ignored by other compilers.
Defined in carb/Defines.h
For MSVC only, pushes the current compilation warning configuration. Defined as __pragma(warning(push))
for MSVC only; ignored by other compilers.