fofix / python-mixstream

C-extension in Python to combine SoundTouch and SDL_mixer
GNU General Public License v2.0
0 stars 1 forks source link

g_memdup is deprecated #25

Open Linkid opened 2 years ago

Linkid commented 2 years ago

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.