-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Compiler warning on create_library
#532
Comments
This still seems to happen. Here is from a recent CI log:
|
cc @kmsquire |
Okay, I should have at least checked that my fix worked. As far as I can ascertain, this isn't a problem in practice--we're allocating the buffer based on the size, and then using that value in
Any other ideas? |
Seems fine to use |
Okay, #561 actually fixes this (no warning in the logs). |
cc @kmsquire
The text was updated successfully, but these errors were encountered: