bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12369: 24.2.50; cl-loop: variable not left unused


From: Christopher Schmidt
Subject: bug#12369: 24.2.50; cl-loop: variable not left unused
Date: Thu, 6 Sep 2012 14:06:05 +0100 (BST)

severity: minor

    ;; -*- lexical-binding: t -*-

    (require 'cl-lib)
    (cl-loop for (rms . emacs) in nil)

Byte compile this piece of code.

    Warning: Unused lexical variable `rms'

Attempting to fix this warning by renaming rms to _rms results in
another warning.

    Warning: variable `_rms' not left unused

GNU Emacs 24.2.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of
2012-09-06.

        Christopher





reply via email to

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