Javier Martinez Canillas writes:
> Hello Daniel,
>
> On 5/19/20 3:47 AM, Daniel Axtens wrote:
>> Javier Martinez Canillas writes:
>>
>>> Hello Daniel,
>>>
>>> On 5/18/20 5:49 PM, Daniel Kiper wrote:
>>>
>>> [snip]
>>>
>
> Without this patch, clang-9 fails on the use of nested functions
Hello Daniel,
On 5/19/20 3:47 AM, Daniel Axtens wrote:
> Javier Martinez Canillas writes:
>
>> Hello Daniel,
>>
>> On 5/18/20 5:49 PM, Daniel Kiper wrote:
>>
>> [snip]
>>
Without this patch, clang-9 fails on the use of nested functions in
commit cb2f15c54489 ("normal/main: Search
Javier Martinez Canillas writes:
> Hello Daniel,
>
> On 5/18/20 5:49 PM, Daniel Kiper wrote:
>
> [snip]
>
>>>
>>> Without this patch, clang-9 fails on the use of nested functions in
>>> commit cb2f15c54489 ("normal/main: Search for specific config files for
>>> netboot") - I'll send a fix for tha
Hello Daniel,
On 5/18/20 5:49 PM, Daniel Kiper wrote:
[snip]
>>
>> Without this patch, clang-9 fails on the use of nested functions in
>> commit cb2f15c54489 ("normal/main: Search for specific config files for
>> netboot") - I'll send a fix for that shortly. If I revert that as a
>> temporary me
Hi Daniel,
Adding Patrick...
On Fri, May 15, 2020 at 11:56:56AM +1000, Daniel Axtens wrote:
> Hi Daniel,
>
> > Commit d5a32255d (misc: Make grub_strtol() "end" pointers have safer
> > const qualifiers) introduced "restrict" keyword into some functions
> > definitions. This keyword was introduced
Hi Daniel,
> Commit d5a32255d (misc: Make grub_strtol() "end" pointers have safer
> const qualifiers) introduced "restrict" keyword into some functions
> definitions. This keyword was introduced in C99 standard. However, some
> compilers by default may use C89 or something different. This behavior
Commit d5a32255d (misc: Make grub_strtol() "end" pointers have safer
const qualifiers) introduced "restrict" keyword into some functions
definitions. This keyword was introduced in C99 standard. However, some
compilers by default may use C89 or something different. This behavior
leads to the breaka