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
-fsanitize=nullability-arg: Passing null as a function parameter which is annotated with _Nonnull.
https://github.com/google/s2geometry/blob/master/src/s2/util/gtl/compact_array.h#L416
You can add if (old_capacity != 0)
Also if it something like vector with SSO, maybe better to use absl::InlinedVector?
The text was updated successfully, but these errors were encountered:
#284
Sorry, something went wrong.
e15d00b
CompactArray also has space optimizations, hence the "Compact".
CompactArray
Ok
No branches or pull requests
-fsanitize=nullability-arg: Passing null as a function parameter which is annotated with _Nonnull.
https://github.com/google/s2geometry/blob/master/src/s2/util/gtl/compact_array.h#L416
You can add if (old_capacity != 0)
Also if it something like vector with SSO, maybe better to use absl::InlinedVector?
The text was updated successfully, but these errors were encountered: