[...]
Leaving directory openmpt.
Entering directory sid.
Successfully compiled xs_config.cc (plugin).
xs_sidplay2.cc: In function ‘unsigned int xs_sidplayfp_fillbuffer(char*, unsigned int)’:
xs_sidplay2.cc:223:31: warning: ‘uint_least32_t sidplayfp::play(short int*, uint_least32_t)’ is deprecated [-Wdeprecated-declarations]
223 | return state.currEng->play((short *)audioBuffer, audioBufSize / 2) * 2;
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xs_sidplay2.cc:33:
/usr/include/sidplayfp/sidplayfp.h:115:20: note: declared here
115 | uint_least32_t play(short *buffer, uint_least32_t count);
| ^~~~
Successfully compiled xs_sidplay2.cc (plugin).
Successfully compiled xmms-sid.cc (plugin).
[...]