emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/excorporate f7314ce 3/5: Silence some byte compiler war


From: Thomas Fitzsimmons
Subject: [elpa] externals/excorporate f7314ce 3/5: Silence some byte compiler warnings
Date: Wed, 7 Apr 2021 21:54:14 -0400 (EDT)

branch: externals/excorporate
commit f7314ceb5418ad413edb662581cb85af54bae067
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    Silence some byte compiler warnings
    
    * excorporate.el (exco--calendar-item-dolist): Silence byte
    compiler warnings about unused item fields.
---
 excorporate.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/excorporate.el b/excorporate.el
index 1471785..f651a2b 100644
--- a/excorporate.el
+++ b/excorporate.el
@@ -963,6 +963,10 @@ On each iteration, ITEM is set, and FORMS are run."
                                         (split-string cc-invitees ";"))))
            (item-identifier (assoc 'ItemId ,item))
            (organizer-structure (assoc 'Organizer ,item)))
+       ;; Silence byte compiler if any of these are unused.
+       (ignore subject start start-internal end end-internal location
+              to-invitees main-invitees cc-invitees optional-invitees
+              item-identifier organizer-structure)
        ,@forms)))
 
 (defun exco-calendar-item-with-details-iterate (identifier



reply via email to

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