]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[libc] Make static_assert() available via assert.h
authorMichael Brown <mcb30@ipxe.org>
Tue, 16 Jan 2024 12:23:02 +0000 (12:23 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 16 Jan 2024 13:35:08 +0000 (13:35 +0000)
commit6d29415c89d607b988381bc367c9c521694fa728
treeab4a300dc7856a6fcbeb8b6f4db002e70d2f4e86
parent6ca597eee9f95b846a3c2dc1231e63cfc02272c1
[libc] Make static_assert() available via assert.h

Expose static_assert() via assert.h and migrate link-time assertions
to build-time assertions where possible.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/infiniband/arbel.c
src/drivers/infiniband/hermon.c
src/image/script.c
src/include/assert.h
src/net/aoe.c