[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IGNORABLE.



    Date: Fri, 7 Mar 86 15:42:14 cst
    From: preece%ccvaxa at gswd-vms (Scott E. Preece)

    I vote for (declare (ignore-if-unsused ...)) as more specific than
    (declare (ignorable ...)).

I agree we need some feature like this.  However, this "declare
ignore" stuff is really nonsense -- what we're talking about is
*suppressing warning messages*, not something akin to "declare
special."

How about a general approach, like

	(supress-compiler-warnings (unused-variable x y z)
				   (undefined-function glorp)
				   . . .)

Put it inside DECLARE, if you want.

	-- Richard