branch: externals/excorporate commit f7314ceb5418ad413edb662581cb85af54bae067 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@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