NetBSD/sys/external
mrg a56a944e10 avoid a GCC 12 warning.
there's a 1-element long array and a loop conditional that tries to see
if indexes for it are not identical.  as these indexes will always both
be 0, the only valid index, the condition is always false.  GCC 12
triggers a strange warning on this code that can never run (see below),
so simply assert the array size is 1 and comment the rest.

amdgpu_dc_stream.c:470:55: error: array subscript [0, 0] is outside array bounds of 'struct dc_writeback_info[1]' [-Werror=array-bounds]
  470 |                                 stream->writeback_info[j] = stream->writeback_info[i];
2023-08-15 05:01:57 +00:00
..
bsd avoid a GCC 12 warning. 2023-08-15 05:01:57 +00:00
gpl2/dts Import dts from Linux 5.15 2021-11-13 08:40:13 +00:00
isc fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
mit/xen-include-public/dist/xen/include/public