svn commit: r302364 - head/usr.sbin/bhyve

Ed Schouten ed at nuxi.nl
Wed Jul 6 05:41:48 UTC 2016


2016-07-06 7:02 GMT+02:00 Garrett Cooper <ngie at freebsd.org>:
>   Add `WRAPPED_CTASSERT` macro by annotating CTASSERTs with __unused
>   to deal with -Wunused-local-typedefs warnings from gcc 4.8+.
>   All other compilers (clang, etc) use CTASSERT as-is. A more generic
>   solution for this issue will be proposed after ^/stable/11 is forked.

This problem shouldn't exist when using C11's _Static_assert(), right?

-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717


More information about the svn-src-all mailing list