When compiling the latest git master, I get the following error:
export/print.c:321:11: error: format not a string literal and no format
arguments [-Werror=format-security]
g_warning (epoint);
^
When looking at other calls to g_warning in that file, I guess the error
can be fixed by replacing said line (321) with
g_warning ("%s", epoint);
After that change, the build worked for me.
Andreas
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel