Warning error was:
liblavrec.c: In function 'lavrec_hardware_init':
liblavrec.c:1225: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
Adding an extra pair of parentheses gets rid of the message (and makes it
clearer what is going on).