denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Compile error


From: Andreas Schneider
Subject: [Denemo-devel] Compile error
Date: Mon, 17 Aug 2015 20:58:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0

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



reply via email to

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