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
coreutils
libcoreutils.a
gl/lib/randperm.c
// Function 'sparse_new' was skipped, as return type 'struct hash_table *' is not fully supported: Base type of array or pointer
static sparse_map * sparse_new (size_t size_hint) { return hash_initialize (size_hint, NULL, sparse_hash_, sparse_cmp_, free); }
However, it is still possible to check the return pointer for null (not for its value)
The text was updated successfully, but these errors were encountered:
ladisgin
Successfully merging a pull request may close this issue.
Steps to reproduce
coreutils
libcoreutils.a
gl/lib/randperm.c
Source code
Note
However, it is still possible to check the return pointer for null (not for its value)
The text was updated successfully, but these errors were encountered: