GCC 10 build failures at BIRD 2.0.7

Maria Matějka maria.matejka at nic.cz
Tue Feb 4 10:37:00 CET 2020


>>> diff --git a/nest/route.h b/nest/route.h
>>> index d2a07f09..b927db5f 100644
>>> --- a/nest/route.h
>>> +++ b/nest/route.h
>>> @@ -458,7 +458,7 @@ typedef struct rta {
>>>                                            protocol-specific metric is availabe */
>>>  
>>>  
>>> -const char * rta_dest_names[RTD_MAX];
>>> +extern const char * rta_dest_names[RTD_MAX];
>>>  
>>>  static inline const char *rta_dest_name(uint n)
>>>  { return (n < RTD_MAX) ? rta_dest_names[n] : "???"; }
>>
>> Could upstream please merge this to master and the next release?
>> Thanks.
> 
> +1. Let me know if you want me to send a proper patch (but this is
> probably so trivial so it's easier for you guys to just add it
> yourself).

Thank you both for finding and fixing this bug. Merged.
Maria

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3028 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20200204/4d891180/attachment.p7s>


More information about the Bird-users mailing list