On Tue, Jan 5, 2016 at 8:30 PM, Jason Ekstrand <[email protected]> wrote: > > On Jan 4, 2016 8:30 PM, "Ilia Mirkin" <[email protected]> wrote: >> >> gcc 4.9.3 shows the following error: >> >> brw_vue_map.c:260:20: warning: array subscript is above array bounds >> [-Warray-bounds] >> return brw_names[slot - VARYING_SLOT_MAX]; >> >> This is because BRW_VARYING_SLOT_COUNT is a valid value for the enum >> type. Adding an assert will generate no additional code but will teach >> the compiler to not complain. > > What of you build in release mode?
You get the warning :) -ilia _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
