2015/09/18 13:02, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote: > + if (inull(*u)) > + *u++; I get the following warning: utils.c:5392:6: warning: expression result unused [-Wunused-value] *u++; ^~~~ Dereferencing * may be omitted.