mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
freedreno: Nerf strict-aliasing warning for all of gcc
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21846>
This commit is contained in:
parent
4d03bf0f9d
commit
963729af2a
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ struct BitmaskEnum {
|
|||
FOREACH_TYPE(BOP, &)
|
||||
#undef BOP
|
||||
|
||||
#if defined(__GNUC__) && !defined(__clang) && (__GNUC__ <= 10)
|
||||
#if defined(__GNUC__) && !defined(__clang)
|
||||
/*
|
||||
* Silence:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue