CARB_IGNOREWARNING_GNUC_POP
Defined in carb/Defines.h
- 
CARB_IGNOREWARNING_GNUC_POP
- For GCC only, pops the compilation warning configuration previously pushed with CARB_IGNOREWARNING_GNUC_PUSH, overwriting the current state. Defined as - _Pragma("GCC diagnostic pop")for GCC only; ignored by other compilers.