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
nasl_http.c:182:19: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ [-Werror=format=]
shoud cast strlen (data) with (long)strlen (data)
Edit Removed the cross-compiling question which is unrelated to the initial report.
The text was updated successfully, but these errors were encountered:
Thanks for the report. This was fixed in #299
Sorry, something went wrong.
kroosec
No branches or pull requests
nasl_http.c:182:19: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ [-Werror=format=]
shoud cast strlen (data) with (long)strlen (data)
Edit Removed the cross-compiling question which is unrelated to the initial report.
The text was updated successfully, but these errors were encountered: