Warning report for wine-1.3.30-55-g583e887

Michael Stefaniuc mstefani at redhat.com
Wed Oct 12 14:16:27 CDT 2011


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



More information about the wine-devel mailing list