Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 18:05:19 -0700
From:      "Simon J. Gerraty" <sjg@juniper.net>
To:        Cy Schubert <Cy.Schubert@komquats.com>
Cc:        Phil Shafer <phil@freebsd.org>, <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@freebsd.org>, <sjg@juniper.net>
Subject:   Re: 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...
Message-ID:  <51546.1497056719@kaos.jnpr.net>
In-Reply-To: <201706081406.v58E6Fok077647@slippy.cwsent.com>
References:  <201706081406.v58E6Fok077647@slippy.cwsent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Cy Schubert <Cy.Schubert@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51546.1497056719>