Skip to content

Clean up deprecations#558

Open
grimmy wants to merge 1 commit into
masterfrom
deprecations
Open

Clean up deprecations#558
grimmy wants to merge 1 commit into
masterfrom
deprecations

Conversation

@grimmy

@grimmy grimmy commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

We end up ignoring a bunch of them as you can't inline ignore the macro deprecations or I just don't know how.

@EionRobb

EionRobb commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

Does this need a

#if !GLIB_CHECK_VERSION(2, 68, 0) && !PURPLE_VERSION_CHECK(2, 14, 2)
#define g_memdup2(mem, size) g_memdup((mem), (size))
#endif

in glibcompat.h?

@grimmy

grimmy commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator Author

I knew I was forgetting something... they had a suggestion for it when this got added. I need to double check what it is quick.

@grimmy

grimmy commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator Author

oh did we put that into purple2 as well...?

We end up ignoring a bunch of them as you can't inline ignore the macro
deprecations or I just don't know how.
@grimmy

grimmy commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator Author

Okay all fixed up.

@grimmy

grimmy commented Mar 14, 2026

Copy link
Copy Markdown
Collaborator Author

@EionRobb ping

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