emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

Compilation warnings (as of 29.3) #124

Closed yetanotherqubick closed 6 months ago

yetanotherqubick commented 6 months ago

I've just installed emacs-ccls from MELPA and there are some compilation warnings :(

Compiling /home/username/.config/emacs/elpa/ccls-20240124.1050/ccls-tree.el...

In ccls--code-lens-callback:
ccls-code-lens.el:109:26: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.

In ccls-inheritance-hierarchy--read-node:
ccls-inheritance-hierarchy.el:67:5: Warning: Unused lexical variable `children'