2016-07-06 7:02 GMT+02:00 Garrett Cooper <[email protected]>: > 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 <[email protected]> Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
