bug-tar
[Top][All Lists]
Advanced

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

Re: [PATCH] fix GCC 8 compile error


From: Paul Eggert
Subject: Re: [PATCH] fix GCC 8 compile error
Date: Fri, 17 Sep 2021 15:30:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/17/21 9:33 AM, Christian Schoenebeck wrote:
attached patch fixes a compile error with GCC 8, whining about missing malloc
function attribute.

As I understand it, this patch is not needed for recent GCC, which is smart 
enough to not require programmers to specify attributes that GCC can easily 
deduce on its own. Let's not bother with a patch, as it's not worth 
complicating the code merely to pacify older GCC.



reply via email to

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