emacs-devel
[Top][All Lists]
Advanced

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

23.0.50; assert arguments warning


From: Lennart Borgman (gmail)
Subject: 23.0.50; assert arguments warning
Date: Tue, 15 Jan 2008 19:57:27 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Start from

  emacs -Q

and byte compile a file that contains

  (eval-when-compile (require 'cl))
  (let ((end 1)(pos 2))
    (assert (<= pos end) t "p=%s e=%s" pos end))

This gives a warning

  my-file.el:32:42:Warning: `error' called with 4 args to fill 2 format
    field(s)


In GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600)
 of 2008-01-13
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]