diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-15 12:02:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-15 12:02:46 -0400 |
commit | 1556b0cb12408cfa14e2c19c53c35a600f53ea56 (patch) | |
tree | b63716e85093d303f0c1230c2edc7597b10bf29d /src | |
parent | 0f31d4f14dd3b1abe6559ab59e37cf0b11a4e2e3 (diff) | |
parent | d0c0f050df84c35551d4ba4429b66b6cab578347 (diff) | |
download | tor-1556b0cb12408cfa14e2c19c53c35a600f53ea56.tar.gz tor-1556b0cb12408cfa14e2c19c53c35a600f53ea56.zip |
Merge remote-tracking branch 'linus/unused_param'
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test_circuitlist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_circuitlist.c b/src/test/test_circuitlist.c index 718f0cda51..a233653e16 100644 --- a/src/test/test_circuitlist.c +++ b/src/test/test_circuitlist.c @@ -71,6 +71,8 @@ test_clist_maps(void *arg) channel_t *ch3 = new_fake_channel(); or_circuit_t *or_c1=NULL, *or_c2=NULL; + (void) arg; + MOCK(circuitmux_attach_circuit, circuitmux_attach_mock); MOCK(circuitmux_detach_circuit, circuitmux_detach_mock); memset(&cam, 0, sizeof(cam)); |