CARB_IGNOREWARNING_CLANG#
Defined in carb/Defines.h
-
CARB_IGNOREWARNING_CLANG(w)#
For Clang only, disables a specific compiler warning for the current compilation warning configuration. Defined as
_Pragma("GCC diagnostic ignored <warning>")
for Clang only; ignored by other compilers.- Parameters:
w – The warning to disable, example:
"-Wattributes"
(note that quotes must be specified)