On Thu, Jan 29, 2015 at 10:23 AM, Vitezslav Crhonek
<[email protected]> wrote:
> There's just minor issue - when compiling with "-Werror=format-security", the
> build fails:
>
> info.c: In function 'main':
> info.c:908:9: error: format not a string literal and no format arguments
> [-Werror=format-security]
>          info_error (error);
>          ^
> info.c:917:7: error: format not a string literal and no format arguments
> [-Werror=format-security]
>        info_error (error);
>
Thanks, fixed.

Reply via email to