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.