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

tinyxml2: Resolve LTO issues #1347

Merged
merged 1 commit into from
Dec 26, 2024
Merged

tinyxml2: Resolve LTO issues #1347

merged 1 commit into from
Dec 26, 2024

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Dec 24, 2024

We can't have two classes with the same name in the rpc namespace. It causes ODR and lto-type-mismatches when compiling rTorrent with LTO.

This pull request addresses the problem by renaming the xmlrpc_error error class to xmlrpc_error_c in the xmlrpc_c file.

We can't have two classes with the same name in the rpc namespace. It causes ODR and lto-type-mismatches when compiling rTorrent with LTO.

This pull request addresses the problem by renaming the `xmlrpc_error` error class to `xmlrpc_error_c` in the xmlrpc_c file.
@rakshasa rakshasa merged commit 3c65afc into rakshasa:master Dec 26, 2024
2 checks passed
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