On 24 Feb 2018, at 17:01, Alan Somers wrote:
>
> Author: asomers
> Date: Sat Feb 24 16:01:21 2018
> New Revision: 329910
> URL: https://svnweb.freebsd.org/changeset/base/329910
>
> Log:
> Implement CTASSERT using _Static_assert
>
> Prevents warnings about "unused typedef" with GCC-6
>
> Rep
On Sun, Feb 25, 2018 at 6:52 AM, Dimitry Andric wrote:
> On 24 Feb 2018, at 17:01, Alan Somers wrote:
> >
> > Author: asomers
> > Date: Sat Feb 24 16:01:21 2018
> > New Revision: 329910
> > URL: https://svnweb.freebsd.org/changeset/base/329910
> >
> > Log:
> > Implement CTASSERT using _Static_a
Author: asomers
Date: Sat Feb 24 16:01:21 2018
New Revision: 329910
URL: https://svnweb.freebsd.org/changeset/base/329910
Log:
Implement CTASSERT using _Static_assert
Prevents warnings about "unused typedef" with GCC-6
Reported by: GCC-6
MFC after:18 days
X-MFC-With: 329722