Thank you - the fix you tried is the correct one, now in git.
Richard

On Mon, 2015-08-17 at 20:58 +0200, Andreas Schneider wrote:
> 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



_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to