svn commit: r286170 - head/share/man/man9

Ed Schouten ed at nuxi.nl
Fri Aug 21 06:43:09 UTC 2015


2015-08-21 8:17 GMT+02:00 Hans Petter Selasky <hps at selasky.org>:
> Here is one more argument against using "_Static_assert()":
>
> According to "http://en.cppreference.com/w/c/language/_Static_assert"
> _Static_assert is C11 syntax only, and we compile the kernel using
> "-std=iso9899:1999" according to "conf/kern.mk:CFLAGS" in -current. So
> technically it shouldn't work, and it throws up compile errors with certain
> other C tools I'm using at work which are more strict than clang.

In practice it does.

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


More information about the svn-src-all mailing list