coreutils
[Top][All Lists]
Advanced

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

Re: Lint-related patches for coreutils


From: Pádraig Brady
Subject: Re: Lint-related patches for coreutils
Date: Mon, 31 Jan 2022 22:04:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Thunderbird/95.0

On 31/01/2022 21:48, Pádraig Brady wrote:
On 31/01/2022 20:16, Paul Eggert wrote:
I went through a lint pass for Coreutils and installed the attached
patches.

`make syntax-check` does often find issues,
and is worth running before each push

I just pushed the following fix up:

diff --git a/src/cut.c b/src/cut.c
 /* The output delimiter string contents, if the default.  */
-char output_delimiter_default[1];
+static char output_delimiter_default[1];

cheers,
Pádraig



reply via email to

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