-
Notifications
You must be signed in to change notification settings - Fork 9
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
warning: 'mallinfo' is deprecated (memory_usage.cc
)
#1513
Comments
TODO: re-enable |
cz4rs
added a commit
that referenced
this issue
May 12, 2022
cz4rs
added a commit
that referenced
this issue
May 12, 2022
cz4rs
added a commit
that referenced
this issue
May 12, 2022
cz4rs
added a commit
that referenced
this issue
May 12, 2022
cz4rs
added a commit
that referenced
this issue
May 17, 2022
cz4rs
added a commit
that referenced
this issue
May 17, 2022
cz4rs
added a commit
that referenced
this issue
May 17, 2022
cz4rs
added a commit
that referenced
this issue
May 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After upgrading to Ubuntu 21.04 and clang 12, following warning appears during compilation:
/vt/src/vt/utils/memory/memory_usage.cc:149:26: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
Compilation line:
glibc
version:Expected behavior
Use
mallinfo2
instead. See the fix in llvm for reference.The text was updated successfully, but these errors were encountered: