From 4ca857e0e922d0afeb7896ff62e9f47c0c36c535 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 26 Nov 2009 21:37:13 +0000 Subject: Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to the rest to reduce lint output. --- screen-write.c | 1 + 1 file changed, 1 insertion(+) (limited to 'screen-write.c') diff --git a/screen-write.c b/screen-write.c index 8afffa4b..93c239a6 100644 --- a/screen-write.c +++ b/screen-write.c @@ -40,6 +40,7 @@ screen_write_start( } /* Finish writing. */ +/* ARGSUSED */ void screen_write_stop(unused struct screen_write_ctx *ctx) { -- cgit