Mercurial > hg > xemacs-beta
diff src/device-x.c @ 2333:ba4677f54a05
[xemacs-hg @ 2004-10-14 17:26:18 by james]
More unused parameter fixes.
author | james |
---|---|
date | Thu, 14 Oct 2004 17:26:25 +0000 |
parents | 04bc9d2f42c7 |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- a/src/device-x.c Wed Oct 13 21:52:14 2004 +0000 +++ b/src/device-x.c Thu Oct 14 17:26:25 2004 +0000 @@ -180,7 +180,7 @@ } static Lisp_Object -coding_system_of_xrm_database (XrmDatabase db) +coding_system_of_xrm_database (XrmDatabase USED_IF_MULE (db)) { #ifdef MULE const Extbyte *locale = XrmLocaleOfDatabase (db); @@ -1022,7 +1022,7 @@ } static Lisp_Object -x_error_handler_error (Lisp_Object data, Lisp_Object dummy) +x_error_handler_error (Lisp_Object UNUSED (data), Lisp_Object UNUSED (dummy)) { return Qnil; }