projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d03bf0
)
freedreno: Nerf strict-aliasing warning for all of gcc
author
Rob Clark
<robdclark@chromium.org>
Tue, 7 Mar 2023 21:26:58 +0000
(13:26 -0800)
committer
Marge Bot
<emma+marge@anholt.net>
Mon, 13 Mar 2023 17:31:21 +0000
(17:31 +0000)
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21846>
src/freedreno/common/freedreno_common.h
patch
|
blob
|
history
diff --git
a/src/freedreno/common/freedreno_common.h
b/src/freedreno/common/freedreno_common.h
index
d275bf7
..
a182352
100644
(file)
--- a/
src/freedreno/common/freedreno_common.h
+++ b/
src/freedreno/common/freedreno_common.h
@@
-62,7
+62,7
@@
struct BitmaskEnum {
FOREACH_TYPE(BOP, &)
#undef BOP
-#if defined(__GNUC__) && !defined(__clang)
&& (__GNUC__ <= 10)
+#if defined(__GNUC__) && !defined(__clang)
/*
* Silence:
*