[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug#656659: info not showing anything with certain build flags
From: |
Sergey Poznyakoff |
Subject: |
Re: Bug#656659: info not showing anything with certain build flags |
Date: |
Wed, 18 Apr 2012 10:07:24 +0300 |
Norbert Preining <address@hidden> wrote:
> footnotes.c: In function ‘info_show_footnotes’:
> footnotes.c:258:11: error: format not a string literal and no format
> arguments [-Werror=format-security]
> footnotes.c:262:11: error: format not a string literal and no
> format arguments [-Werror=format-security]
It is intended (see the comment in info.c:692-695, for the reason of
it). I'll see if this can be rewritten some other way to pacify gcc, but
for the time being you'll have to drop that `-Werror' option.
Regards,
Sergey