12 Oct
2011
12 Oct
'11
7:16 p.m.
On 10/12/2011 02:29 PM, Jerome Leclanche wrote:
It would be nice to fix the "array subscript is above array bounds" warning spam for 1.4.0. They make up 90% of the warnings. The fix would be to add a configure check for that bogus warning on access to the array[n]; n > 1 struct _tag { ... array[1]; }
and to add -Wno-array-bounds in that case. bye michael