Skip to content
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

sprintf warning on macOS #2125

Closed
stmcgovern opened this issue Mar 29, 2023 · 3 comments · Fixed by #2208
Closed

sprintf warning on macOS #2125

stmcgovern opened this issue Mar 29, 2023 · 3 comments · Fixed by #2208
Assignees

Comments

@stmcgovern
Copy link
Contributor

stmcgovern commented Mar 29, 2023

What Needs to be Done?

When building on mac I am seeing a warning of 'sprintf' is deprecated
It recommends using snprintf .

Also might be useful to enable -Werror in macos builds.

@nlslatt
Copy link
Collaborator

nlslatt commented Oct 3, 2023

Duplicate of DARMA-tasking/magistrate#311

@nlslatt nlslatt marked this as a duplicate of DARMA-tasking/magistrate#311 Oct 3, 2023
@nlslatt nlslatt closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2023
@nlslatt
Copy link
Collaborator

nlslatt commented Oct 24, 2023

Reopening because there are uses of sprintf in vt itself as well:

src/vt/group/collective/group_info_collective.cc:703
src/vt/runtime/runtime.cc:254

@nlslatt
Copy link
Collaborator

nlslatt commented Oct 24, 2023

@thearusable There are two more uses of sprintf in vt that we need fixed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants