Since 4th August, the automated Debian builds fail. I get the error
core/importxml.c: In function ‘parseSetupInfo’:
core/importxml.c:1675:11: error: format not a string literal and no
format arguments [-Werror=format-security]
g_warning (msg);
^~~~~~~~~
core/importxml.c:1687:11: error: format not a string literal and no
format arguments [-Werror=format-security]
g_warning (msg);
^~~~~~~~~
cc1: some warnings being treated as errors
The same happens when I try to build locally.
The mentioned lines have been changed in commit 8731b0d594 and
7f93490598, respectively.
Andreas