Mercurial > hg > xemacs-beta
diff src/objects.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | 61855263cb07 |
children | ba4677f54a05 |
line wrap: on
line diff
--- a/src/objects.c Mon Sep 20 19:11:29 2004 +0000 +++ b/src/objects.c Mon Sep 20 19:20:08 2004 +0000 @@ -556,7 +556,7 @@ of for `equal' */ static Lisp_Object -color_instantiate (Lisp_Object specifier, Lisp_Object matchspec, +color_instantiate (Lisp_Object specifier, Lisp_Object UNUSED (matchspec), Lisp_Object domain, Lisp_Object instantiator, Lisp_Object depth) { @@ -789,7 +789,7 @@ static Lisp_Object -font_instantiate (Lisp_Object specifier, Lisp_Object matchspec, +font_instantiate (Lisp_Object UNUSED (specifier), Lisp_Object matchspec, Lisp_Object domain, Lisp_Object instantiator, Lisp_Object depth) { @@ -986,7 +986,8 @@ of for `equal' */ static Lisp_Object -face_boolean_instantiate (Lisp_Object specifier, Lisp_Object matchspec, +face_boolean_instantiate (Lisp_Object specifier, + Lisp_Object UNUSED (matchspec), Lisp_Object domain, Lisp_Object instantiator, Lisp_Object depth) {