Searched defs:UTARRAY_UNUSED (Results 1 – 1 of 1) sorted by relevance
38 #define UTARRAY_UNUSED __attribute__((__unused__)) macro40 #define UTARRAY_UNUSED macro245 static const UT_icd ut_str_icd UTARRAY_UNUSED = {sizeof(char*),NULL,utarray_str_cpy,utarray_str_dto… variable246 static const UT_icd ut_int_icd UTARRAY_UNUSED = {sizeof(int),NULL,NULL,NULL}; variable247 static const UT_icd ut_ptr_icd UTARRAY_UNUSED = {sizeof(void*),NULL,NULL,NULL}; variable