diff src/cm.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 79c6ff3eef26
children 3d8143fc88e1
line wrap: on
line diff
--- a/src/cm.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/cm.c	Mon Sep 20 19:20:08 2004 +0000
@@ -43,7 +43,7 @@
 static int cm_cost_counter;		/* sums up costs */
 
 static void
-evalcost (int c)
+evalcost (int UNUSED (c))
 {
   cm_cost_counter++;
 }