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

Unused variable warnings from mingw #133

Closed
ghost opened this issue Feb 28, 2021 · 1 comment
Closed

Unused variable warnings from mingw #133

ghost opened this issue Feb 28, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 28, 2021

As of commit 35f3651 I see the following warnings when building less for Windows:

screen.c:237:12: warning: 'attrcolor' defined but not used [-Wunused-variable]
static int attrcolor = -1;
^~~~~~~~~

optfunc.c:949:7: warning: unused variable 'parg' [-Wunused-variable]
PARG parg;
^~~~

@gwsw
Copy link
Owner

gwsw commented Mar 2, 2021

These warnings should be fixed in v580.

@gwsw gwsw closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant