[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18299: Analyzer issues warning with ~:p expansion of ‘format’
From: |
Ludovic Courtès |
Subject: |
bug#18299: Analyzer issues warning with ~:p expansion of ‘format’ |
Date: |
Tue, 26 Aug 2014 23:42:22 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Frank Terbeck <address@hidden> skribis:
> I was trying this:
>
> (use-modules (ice-9 format))
> (format #t "~d block~:p~%" 1) ;; and 0, and 2 etc...
>
> This triggers a warning about the format-string argument count:
>
> ;;; <stdin>:3:0: warning: "~d block~:p~%": wrong number of `format'
> arguments: expected 2, got 1
I believe commit 8ac39b3 fixes it. It will be in 2.0.12.
Thanks!
Ludo’.