tildearrow / furnace

a multi-system chiptune tracker compatible with DefleMask modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some Deprecation warring during building Linux release.

gtr3qq opened this issue · comments

Username has been prettied to 'youdonkonwme'
Tho, good luck hacking a VMware VM behind nat4 🤣.

Thanks! for all the works!

/home/'youdonknowme'/quicktest/furnace/extern/portaudio/src/hostapi/alsa/pa_linux_alsa.c:183:1: warning: ‘snd_pcm_sw_params_set_xfer_align’ is deprecated [-Wdeprecated-declarations]
  183 | _PA_DEFINE_FUNC(snd_pcm_sw_params_set_xfer_align);
      | ^~~~~~~~~~~~~~~
In file included from /usr/include/alsa/asoundlib.h:54,
                 from /home/'youdonknowme'/quicktest/furnace/extern/portaudio/src/hostapi/alsa/pa_linux_alsa.c:52:
/usr/include/alsa/pcm.h:1368:5: note: declared here
 1368 | int snd_pcm_sw_params_set_xfer_align(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val) __attribute__((deprecated));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/'youdonknowme'/quicktest/furnace/extern/portaudio/src/hostapi/alsa/pa_linux_alsa.c: In function ‘PaAlsa_LoadLibrary’:
/home/'youdonknowme'/quicktest/furnace/extern/portaudio/src/hostapi/alsa/pa_linux_alsa.c:467:5: warning: ‘snd_pcm_sw_params_set_xfer_align’ is deprecated [-Wdeprecated-declarations]
  467 |     _PA_LOAD_FUNC(snd_pcm_sw_params_set_xfer_align);
      |     ^~~~~~~~~~~~~
In file included from /usr/include/alsa/asoundlib.h:54,
                 from /home/'youdonknowme'/quicktest/furnace/extern/portaudio/src/hostapi/alsa/pa_linux_alsa.c:52:
/usr/include/alsa/pcm.h:1368:5: note: declared here
 1368 | int snd_pcm_sw_params_set_xfer_align(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val) __attribute__((deprecated));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Nothing I can do.