|
| From: | Paul Eggert |
| Subject: | Re: error: Support the compiler's control flow analysis better (was: copy-file: Silence gcc warnings) |
| Date: | Tue, 30 May 2023 14:29:53 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 5/28/23 06:07, Pádraig Brady wrote:
There still is a gotcha (hit in dd.c in coreutils) where if you define an error macro yourself you get a macro redefinition error,
I see you fixed that by adding a quick "#define _GL_NO_INLINE_ERROR" to coreutils/src/dd.c. It's a bit cleaner to fix the underlying naming problem instead, so that dd.c need not define the Gnulib internals macro (or its own quirky error macro), so I installed the attached to coreutils to do that.
0001-dd-fix-error-name-issue-without-macros.patch
Description: Text Data
| [Prev in Thread] | Current Thread | [Next in Thread] |