svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved cont...

Simon J. Gerraty sjg at juniper.net
Sat Jun 10 01:05:43 UTC 2017


Cy Schubert <Cy.Schubert at komquats.com> wrote:
> This commit breaks at the below:

Can you pls confirm which compiler hit the error below?
It has been suggested that this might only have bitten gcc...
which would explain why Phil didn't hit it.

> 
> ===> lib/libxo (all)
> /home/cy/current/contrib/libxo/libxo/libxo.c:242:17: error: redefinition of 
> type
> def 'xo_color_t' is a C11 feature [-Werror,-Wtypedef-redefinition]
> typedef uint8_t xo_color_t;
>                 ^
> /home/cy/current/contrib/libxo/libxo/libxo.c:206:17: note: previous 
> definition i
> s here
> typedef uint8_t xo_color_t;
>                 ^
> 1 error generated.
> --- libxo.o ---
> *** [libxo.o] Error code 1


More information about the svn-src-head mailing list