(defmacro with ((&rest _))
  (declare (ignore _)))
;;; Compiling (DEFMACRO WITH ...).
;;; Warning:
;;;   in file ecl-swank-tmpfile-YmZUGu, position 0
;;;   at (FSET 'WITH ...)
;;;   ! The variable #:G8 is not used.

Incidentally
(defmacro with ((&rest _))
  (declare (ignore _))
  _)
doesn't give any warnings, even about using an ignored variable.

-- 
With best regards, Stas.

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to