Hi Rosen,
On 4/8/20 3:54 PM, Rosen Penev wrote:
On Wed, Apr 8, 2020 at 7:36 AM Denis Kenzior
<denkenz(a)gmail.com> wrote:
>
> Hi Rosen,
>
> On 4/7/20 10:32 PM, Rosen Penev wrote:
>> Clang was able to find these extra ones.
>> ---
>> client/agent.c | 2 +-
>> client/display.h | 6 ++++--
>> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> Looks fine to me, but gcc now complains:
>
> CC client/display.o
> client/display.c: In function ‘display_enable_cmd_prompt’:
> client/display.c:537:10: error: zero-length gnu_printf format string
> [-Werror=format-zero-length]
> 537 | display("");
What does this do anyway?
According to Tim this was needed for some readline behavior. Anyhow, I
applied a patch from Tim that gets rid of this particular line.
I went ahead and applied your original patch. Thanks!
Regards,
-Denis