diff src/select-msw.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 a8d8f419b459
children 304aebb79cd3
line wrap: on
line diff
--- a/src/select-msw.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/select-msw.c	Mon Sep 20 19:20:08 2004 +0000
@@ -227,7 +227,7 @@
 			 Lisp_Object selection_value,
 			 Lisp_Object how_to_add,
 			 Lisp_Object selection_type,
-			 int owned_p /* Not used */)
+			 int UNUSED (owned_p))
 {
   HGLOBAL 	hValue = NULL;
   UINT		cfType;
@@ -584,7 +584,8 @@
 }
 
 static void
-mswindows_disown_selection (Lisp_Object selection, Lisp_Object timeval)
+mswindows_disown_selection (Lisp_Object selection,
+			    Lisp_Object UNUSED (timeval))
 {
   if (EQ (selection, QCLIPBOARD))
     {