From 0a5f7424660e404e5fd0361b9331d154acf01d6c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Oct 2008 13:53:23 +0000 Subject: Marked all unused args on non-W32 platforms. --- scd/scdaemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd/scdaemon.c') diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 0366703b7..b65f47e46 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -825,7 +825,7 @@ scd_init_default_ctrl (ctrl_t ctrl) static void scd_deinit_default_ctrl (ctrl_t ctrl) { - + (void)ctrl; } -- cgit v1.2.3