tildearrow / furnace

a multi-system chiptune tracker compatible with DefleMask modules
GNU General Public License v2.0
2.57k stars 206 forks source link

Some Deprecation warring during building Linux release. #1983

Closed gtr3qq closed 3 months ago

gtr3qq commented 3 months ago

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));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tildearrow commented 3 months ago

Nothing I can do.