]> git.xonotic.org Git - xonotic/gmqcc.git/blob - warns.def
ast nodes now store their type id, and can be checked via ast_istype
[xonotic/gmqcc.git] / warns.def
1 #ifndef GMQCC_DEFINE_FLAG
2 #define GMQCC_DEFINE_FLAG(x)
3 #endif
4
5 GMQCC_DEFINE_FLAG(UNUSED_VARIABLE)