Latest-ish clang on MacOS detects the static assert struct as an unused type which causes a warning that results in a build failure. I tested that the assertions will still fail with the type marked unused, just to be sure. It should probably be using the c11/_Static_assert(), but I'm not familiar enough with autotools to resolve that at the moment.
Latest-ish clang on MacOS detects the static assert struct as an unused type which causes a warning that results in a build failure. I tested that the assertions will still fail with the type marked unused, just to be sure. It should probably be using the c11/_Static_assert(), but I'm not familiar enough with autotools to resolve that at the moment.
I also fixed a warning in tests/buf.c.