diff src/gui-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 e22b0213b713
children ecf1ebac70d8
line wrap: on
line diff
--- a/src/gui-msw.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/gui-msw.c	Mon Sep 20 19:20:08 2004 +0000
@@ -42,7 +42,8 @@
  * command if we return nil
  */
 Lisp_Object
-mswindows_handle_gui_wm_command (struct frame *f, HWND ctrl, LPARAM id)
+mswindows_handle_gui_wm_command (struct frame *f, HWND UNUSED (ctrl),
+				 LPARAM id)
 {
   /* Try to map the command id through the proper hash table */
   Lisp_Object callback, callback_ex, image_instance, frame, event;