diff src/EmacsManager.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 70921960b980
children ce8038b28f80
line wrap: on
line diff
--- a/src/EmacsManager.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/EmacsManager.c	Mon Sep 20 19:20:08 2004 +0000
@@ -31,6 +31,7 @@
 #include "xmotif.h"
 #include <Xm/RowColumn.h>
 #endif /* LWLIB_MENUBARS_MOTIF */
+#include "compiler.h"
 
 /* For I, Emacs, am a kind god.  Unlike the goddess Athena and the
    Titan Motif, I require no ritual sacrifices to placate the lesser
@@ -178,7 +179,8 @@
 }
 
 static XtGeometryResult
-GeometryManager (Widget w, XtWidgetGeometry *request, XtWidgetGeometry *reply)
+GeometryManager (Widget w, XtWidgetGeometry *request,
+		 XtWidgetGeometry *UNUSED (reply))
 {
   /* Sure, any changes are fine. */