Avoid 'unused parameter' warning

I see

src/test/test_circuitlist.c:67: warning: unused parameter 'arg'

on a FreeBSD system with gcc 4.2.1.

Fixed in branch unused_param (based on fancy_test_tricks) in my public repo.

Question is why I didn't see it on a Linux system with gcc 4.7.2.