denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Compile error


From: Richard Shann
Subject: Re: [Denemo-devel] Compile error
Date: Mon, 17 Aug 2015 21:30:20 +0100

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]