Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2009 20:34:45 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197471 - head/sys/teken
Message-ID:  <200909242034.n8OKYjcD006991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Thu Sep 24 20:34:44 2009
New Revision: 197471
URL: http://svn.freebsd.org/changeset/base/197471

Log:
  Add __unused.
  
  It turns out my previous commit does survive a buildkernel, but not
  compilation of the individual test tools that use WARNS=6.

Modified:
  head/sys/teken/teken_scs.h

Modified: head/sys/teken/teken_scs.h
==============================================================================
--- head/sys/teken/teken_scs.h	Thu Sep 24 20:33:14 2009	(r197470)
+++ head/sys/teken/teken_scs.h	Thu Sep 24 20:34:44 2009	(r197471)
@@ -100,7 +100,7 @@ teken_scs_uk_national(teken_t *t, teken_
 }
 
 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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909242034.n8OKYjcD006991>