We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unless I'm mistaken, there is a variable declared inside a compiler directive in line 100 that is being used freely outside the directive:
swarp/src/prefs.c
Line 100 in 3d8ddf1
Line 121 in 3d8ddf1
As far as I understand, if HAVE_GETENV is not defined, there will be a compilation bug due to the fact that listbuf is not declared.
The text was updated successfully, but these errors were encountered:
55a21cc
Thanks for the bug report!
Sorry, something went wrong.
No branches or pull requests
Unless I'm mistaken, there is a variable declared inside a compiler directive in line 100 that is being used freely outside the directive:
swarp/src/prefs.c
Line 100 in 3d8ddf1
swarp/src/prefs.c
Line 121 in 3d8ddf1
As far as I understand, if HAVE_GETENV is not defined, there will be a compilation bug due to the fact that listbuf is not declared.
The text was updated successfully, but these errors were encountered: