SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
132 stars 52 forks source link

Remove code deprecations #382

Closed HaHeho closed 8 months ago

HaHeho commented 8 months ago

I saw a lot of deprecation warnings when building and figured that some of them could be eliminated. I then noticed that all the sprintf() deprecations come from the submodule libraries. Hence, only one warning is prevented (delta), and one kind of warning that occurs many times is silenced (OpenGL). The latter may be a warning exclusive to macOS (not sure).

I have quickly verified the QWheelEvent change (delta). The zoom of an ssr-binaural scene worked for me as before (tested on macOS).

To see the other builds succeed, I have temporarily disabled the two failing macOS CI build configurations, as mentioned in https://github.com/SoundScapeRenderer/ssr/issues/380. These should not be merged and treated separately.

mgeier commented 8 months ago

Thanks!

Can you please rebase and remove the CI work-around?