Skip to content

Conversation

@SizzleUnrlsd
Copy link

This PR cleans up all observed compilation warnings and modernizes a few obsolete usages, with no functional changes expected.

•	Replace sprintf with snprintf to avoid deprecation warnings
•	Remove unused local variables and a no-op #pragma block
•	Migrate from std::auto_ptr to std::unique_ptr
•	Fix a bitwise OR on booleans by switching to ||
•	Remove an unused class member and silence an unused private field

Tests

•	make -C trunk

@tencent-adm
Copy link
Member

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants