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