-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fix build warning #11874
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
Fix build warning #11874
Conversation
I ignored
Forgot to delete?
llvm/llvm-project#63963 It can be fixed by moving
Same as the previous one.
|
@icing, the cf-h2-proxy.c:236:39 |
The hostip.c:789:41 warning looks wrong. They are not constant values in the expression. |
The http.c:3788:49 warning is wrong too. |
Yes, I think all but the first one are false positives. I show them all here to provide some practical use cases for llvm. |
Thanks! |