Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile warnings while installation #98

Closed
jcs090218 opened this issue Oct 25, 2020 · 1 comment
Closed

Compile warnings while installation #98

jcs090218 opened this issue Oct 25, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@jcs090218
Copy link
Collaborator

I got the following compile warnings.

OS: Windows x64
Emacs version: 27.1

In toplevel form:
gdscript-debug.el:1871:1:Warning: Unused lexical variable `server-process'
gdscript-debug.el:1887:1:Warning: Unused lexical variable `server-process'

In gdscript-debug--many-windows:
gdscript-debug.el:2152:39:Warning: reference to free variable `lv-wnd'
gdscript-debug.el:2398:1:Warning: `"n"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"c"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"m"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"s"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"b"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"v"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"i"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"t"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"d"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"o"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"u"' is a malformed function
gdscript-debug.el:2398:1:Warning: `"q"' is a malformed function
gdscript-debug.el:2400:13:Warning: reference to free variable
    `gdscript-debug--hydra'
gdscript-debug.el:2400:13:Warning: `:hint' called as a function
gdscript-debug.el:2400:42:Warning: reference to free variable `none'

In end of data:
gdscript-debug.el:2423:1:Warning: the following functions are not known to be
    defined: do-applescript, defhydra, :hint, gdscript-debug--hydra/body

In end of data:
gdscript-hydra.el:155:1:Warning: the function `gdscript-hydra--menu/body' is
    not known to be defined.

In gdscript-info-dedenter-opening-block-positions:
gdscript-indent-and-nav.el:716:24:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.

In gdscript-project--select-scene:
gdscript-project.el:52:111:Warning: `format' called with 1 args to fill 0
    format field(s)

In end of data:
gdscript-project.el:116:1:Warning: the function `ag-project-regexp' is not
    known to be defined.
@Calinou Calinou added the bug Something isn't working label Oct 25, 2020
@NathanLovato
Copy link
Collaborator

Duplicate of #87

@NathanLovato NathanLovato marked this as a duplicate of #87 Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants