mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
The usage of a single byte sized array as a flexible array member can lead to compiler/analyzer errors or warnings. Not specifying the size in the array is correct as per C99 standard. Flexible array members are defined in the C Standard, 6.7.2.1 (ISO/IEC 9899:1999). JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com