On Fri, Sep 10, 2021 at 08:03:04PM +0200, Stefan Hagen wrote: > Hi, > > This removes the '%n' format specifier from sysutils/cdrtools.
The warning is about *printf %n, not sscanf %n. The problem is in a different file, according to naddy's list ./sysutils/cdrtools.log:cdr_drv.c:286:13: warning: '%n' format specifier support is deactivated and will call abort(3) which is this: error("%s%n", (*d)->cdr_drname, &n);