From df5a33082a434bfe2ea6a9c86ccdd1331ac820d9 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 24 Sep 2009 20:34:44 +0000 Subject: Add __unused. It turns out my previous commit does survive a buildkernel, but not compilation of the individual test tools that use WARNS=6. --- sys/teken/teken_scs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/teken') diff --git a/sys/teken/teken_scs.h b/sys/teken/teken_scs.h index f877130..5f42aa4 100644 --- a/sys/teken/teken_scs.h +++ b/sys/teken/teken_scs.h @@ -100,7 +100,7 @@ teken_scs_uk_national(teken_t *t, teken_char_t c) } static teken_char_t -teken_scs_us_ascii(teken_t *t, teken_char_t c) +teken_scs_us_ascii(teken_t *t __unused, teken_char_t c) { /* No processing. */ -- cgit v1.1