You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This warning was raised when compiling the MixStream package:
g_memdup
is deprecated since GLib 2.68.The text was updated successfully, but these errors were encountered: