diff src/free-hook.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 3d8143fc88e1
line wrap: on
line diff
--- a/src/free-hook.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/free-hook.c	Mon Sep 20 19:20:08 2004 +0000
@@ -361,7 +361,7 @@
 Actually free the storage held by the free() debug hook.
 A no-op if the free hook is disabled.
 */
-       (arg))
+       (UNUSED (arg)))
 {
   int count[2];
   Lisp_Object lisp_count[2];