CARB_IGNOREWARNING_MSC_POP
Defined in carb/Defines.h
-
CARB_IGNOREWARNING_MSC_POP
For MSVC only, pops the compilation warning configuration previously pushed with CARB_IGNOREWARNING_MSC_PUSH, overwriting the current state. Defined as
__pragma(warning(pop))
for MSVC only; ignored by other compilers.