Skip to content

Conversation

@neheb
Copy link
Collaborator

@neheb neheb commented Mar 18, 2025

No description provided.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
};

[[maybe_unused]] bool convertStringCharsetWindows(std::string& str, const char* from, const char* to) {
bool convertStringCharsetWindows(std::string& str, std::string_view from, std::string_view to) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool convertStringCharsetWindows(std::string& str, std::string_view from, std::string_view to) {
[[maybe_unused]] bool convertStringCharsetWindows(std::string& str, std::string_view from, std::string_view to) {

This change seems unrelated.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes and no. This is already ifdef’d properly.

@neheb neheb requested a review from kmilos April 2, 2025 22:06
Copy link
Collaborator

@kmilos kmilos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@neheb neheb merged commit 72c434a into Exiv2:main Apr 3, 2025
61 checks passed
@neheb neheb deleted the 3 branch April 3, 2025 07:58
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.

3 participants