xqf-ui.c: In function ‘clist_set_sort_column’:
xqf-ui.c:367:42: warning: operation on ‘(cldef->cols + (sizetype)((long unsigned int)column * 56ul))->current_sort_mode’ may be undefined [-Wsequence-point]
cldef->cols[column].current_sort_mode = ++cldef->cols[column].current_sort_mode%DIMOF(cldef->cols[column].sort_mode);
^