On Mon May 13 09:36:37 2024 +0000, eric pouech wrote:
For the other warnings, it likely stems for a definition in mscvpdb.h where we use char name[1]. Didn't test it, but likely a Flexible array member definition instead could get rid the warning.
Why is that part of the various structs guarded behind an `#if 0` though (essentially removing it)?