Guo, Yejun (12021-04-06): > compile error on ubuntu 18.04 with default setting: > error: ISO C90 forbids variable length array ‘boxes’ [-Werror=vla] > AVBoundingBox boxes[nb_bboxes];
This warning is explicitly added by configure it, we do not have to keep it if it hiders us. If people agree with my analysis that pointers to VLA used to compute sizes and offsets in an isolated function are not a problem, unlike actual VLAs on the stack, then we can just remove it. I do not think we are at risk of adding VLAs by mistake. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".