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
Compiling with GCC 7.3.0 gives the error Initialization discards const qualifier from pointer target type here
hiredis/sockcompat.c
Line 215 in a1405e1
I think it hould be const struct timeval *tv = optval;
const struct timeval *tv = optval;
The text was updated successfully, but these errors were encountered:
Fixed via ec18d79
Sorry, something went wrong.
michael-grunder
No branches or pull requests
Compiling with GCC 7.3.0 gives the error
Initialization discards const qualifier from pointer target type here
hiredis/sockcompat.c
Line 215 in a1405e1
I think it hould be
const struct timeval *tv = optval;
The text was updated successfully, but these errors were encountered: