CARB_IGNOREWARNING_CLANG_POP

Defined in carb/Defines.h

CARB_IGNOREWARNING_CLANG_POP

For CLang only, pops the compilation warning configuration previously pushed with CARB_IGNOREWARNING_CLANG_PUSH, overwriting the current state. Defined as _Pragma("GCC diagnostic pop") for CLang only; ignored by other compilers.