svn commit: r197471 - head/sys/teken

Ed Schouten ed at FreeBSD.org
Thu Sep 24 20:34:45 UTC 2009


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. */


More information about the svn-src-head mailing list