[libdvdnav-devel] [Git][videolan/libdvdread][master] 2 commits: ifo_types: add missing defines for some packed structure sizes
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Mon Aug 11 21:35:07 UTC 2025
On Mon, 11 Aug 2025 12:09:06 +0200, Jean-Baptiste Kempf (@jbk) wrote:
> 9dd63fdc by Steve Lhomme at 2025-08-11T06:46:01+02:00
> assert during compilation if packed sizes are not respected
>
> It will not be checked on compilers without static_assert() or not
> MSVC (ie non-C11 compilers).
I think you mean “compilers without static_assert() *and* not MSVC” ...
presumably it will work on compilers with static_assert() *or* MSVC
(i.e. C11 compilers).
More information about the libdvdnav-devel
mailing list