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

g_memdup is deprecated #25

Open
Linkid opened this issue Mar 6, 2022 · 0 comments
Open

g_memdup is deprecated #25

Linkid opened this issue Mar 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Linkid
Copy link
Member

Linkid commented Mar 6, 2022

This warning was raised when compiling the MixStream package:

mixstream/MixStream.c: In function ‘mix_stream_play’:
mixstream/MixStream.c:355:3: warning: ‘g_memdup’ is deprecated. Use 'g_memdup2' instead [-Wdeprecated-declarations]

g_memdup is deprecated since GLib 2.68.

@Linkid Linkid added the bug Something isn't working label Mar 6, 2022
@Linkid Linkid changed the title g_memdump is deprecated g_memdup is deprecated Mar 6, 2022
Linkid added a commit to Linkid/python-mixstream that referenced this issue Mar 21, 2022
`g_memdup` is deprecated.

Ref fofix#25
Linkid added a commit to Linkid/python-mixstream that referenced this issue Mar 21, 2022
`g_memdup` is deprecated.

Ref fofix#25
@Linkid Linkid linked a pull request Mar 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant