mesa/.gitlab-ci/build
David Heidelberg 72b5e4045b ci/fedora: add workaround for buggy GCC warning triggered by r600
In function 'r600_init_resource_fields',
    inlined from 'r600_buffer_create' at ../src/gallium/drivers/r600/r600_buffer_common.c:561:2:
../src/gallium/drivers/r600/r600_buffer_common.c:121:48: error: array subscript 'struct r600_texture[0]' is partly outside array bounds of 'unsigned char[256]' [-Werror=array-bounds=]
  121 |         if ((res->b.b.target != PIPE_BUFFER && !rtex->surface.is_linear) ||
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../src/util/os_memory.h:37

Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31790>
2024-10-22 19:51:34 +00:00
..
compiler-wrapper-clang++-15.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-clang++.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-clang-15.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-clang.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-g++.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-gcc.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
gitlab-ci.yml ci/fedora: add workaround for buggy GCC warning triggered by r600 2024-10-22 19:51:34 +00:00