]> code.delx.au - gnu-emacs/blobdiff - lisp/thingatpt.el
.
[gnu-emacs] / lisp / thingatpt.el
index 6e2c4e4317b272057a646ed9921f24a49d7410c9..47caf02b03a3340de270f00f81526c8969595bba 100644 (file)
@@ -384,7 +384,8 @@ Signal an error if the entire string was not used."
   (let* ((read-data (read-from-string str))
         (more-left 
          (condition-case nil
-             (progn (read-from-string (substring str (cdr read-data)))
+             ;; The call to `ignore' suppresses a compiler warning.
+             (progn (ignore (read-from-string (substring str (cdr read-data))))
                     t)
            (end-of-file nil))))
     (if more-left