]> wimlib.net Git - wimlib/commit
Replace BUILD_BUG_ON() with STATIC_ASSERT()
authorEric Biggers <ebiggers3@gmail.com>
Sun, 13 Sep 2015 16:36:22 +0000 (11:36 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 19 Sep 2015 16:36:28 +0000 (11:36 -0500)
commitc24f1c029572b67c7023aa06a7c24a46cf938367
tree3573b374fc567cb021e9bf454a14e371d1e42e1b
parentd85424218ef1148204aac3289bbf4ba2c0da9255
Replace BUILD_BUG_ON() with STATIC_ASSERT()
19 files changed:
include/wimlib/bitops.h
include/wimlib/compiler.h
include/wimlib/decompress_common.h
include/wimlib/lzms_common.h
include/wimlib/reparse.h
include/wimlib/wof.h
src/blob_table.c
src/capture_common.c
src/decompress_common.c
src/dentry.c
src/header.c
src/lzms_compress.c
src/lzms_decompress.c
src/lzx_compress.c
src/lzx_decompress.c
src/update_image.c
src/wimboot.c
src/win32_apply.c
src/write.c