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をsnprintfに置き換え #93

Merged
merged 3 commits into from
May 28, 2023
Merged

sprintfをsnprintfに置き換え #93

merged 3 commits into from
May 28, 2023

Conversation

shogo82148
Copy link
Owner

警告が出ていたので修正

./utils.h:47:8: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
  std::sprintf(s, "%-16f", val);

@shogo82148 shogo82148 merged commit bed0b0d into main May 28, 2023
@shogo82148 shogo82148 deleted the remove-sprintf branch May 28, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant