mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-04 16:51:45 +00:00
9dfad80017
We still have them in toxav. That will need to be cleaned up later. Flexible array members have very limited usefulness. In this particular case, it's almost entirely useless. It confuses static analysers and is yet one more C feature we need to understand and support. It is also the only reason we need special support in tokstyle for calloc with a `+` operator in the member size.