From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Keeping an eye on byte-compilation warnings Date: Sun, 14 Aug 2011 20:25:46 +0200 Message-ID: <87hb5j7sut.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsfMy-000638-S7 for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 14:25:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QsfMx-0008Pz-2T for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 14:25:08 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:49719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsfMw-0008Ob-LL for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 14:25:06 -0400 Received: by wyi11 with SMTP id 11so3635479wyi.0 for ; Sun, 14 Aug 2011 11:25:05 -0700 (PDT) In-Reply-To: (John Wiegley's message of "Sat, 13 Aug 2011 16:49:50 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Wiegley Cc: emacs-orgmode@gnu.org Hi John, John Wiegley writes: > lisp/org-list.el: > > In org-list-send-item: > org-list.el:1456:56:Warning: Function `sort*' from cl package called at > runtime > > I've fixed this one in d24a141. There was no reason to use sort* instead of > sort. Thanks for this! > lisp/org-table.el: > > In org-table-eval-formula: > org-table.el:2437:23:Warning: assignment to free variable > `duration-output-format' > org-table.el:2557:34:Warning: reference to free variable > `duration-output-format' > > In org-table-time-string-to-seconds: > org-table.el:3252:11:Warning: assignment to free variable `minus' > org-table.el:3257:13:Warning: reference to free variable `minus' I just fixed those, thanks again. -- Bastien