On 2025-02-04, Graham Percival wrote: > > I got some deprecation warnings on Debian sid below, > > Hmm, I'd say this is a problem [1]. The build changes we made were > supposed to eliminate those warnings.
No wait, false alarm. There's nothing wrong. Our "apisupport" build system is designed to add -Wno-deprecated-declarations if the compiler would otherwise produce an error. I almost always compile with -Werror, so I was expecting that to kick in. But when you're compiling without -Werror, then those depreciations warnings are merely warnings, so we don't try to artificially suppress them. Everything is working as intended, thanks again for checking! Cheers, - Graham
