summaryrefslogtreecommitdiff
path: root/D139088.diff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-02-18 10:02:34 +0100
committerMartin Stransky <stransky@redhat.com>2022-02-18 10:02:34 +0100
commitaf44b86020e0e51e4e42f7036c0b62c107aa4454 (patch)
tree30927f472e500d9cd1fd3efc35d2d76bb0602040 /D139088.diff
parentupdated preferences (diff)
downloadlibrewolf-fedora-ff-af44b86020e0e51e4e42f7036c0b62c107aa4454.tar.gz
librewolf-fedora-ff-af44b86020e0e51e4e42f7036c0b62c107aa4454.tar.bz2
librewolf-fedora-ff-af44b86020e0e51e4e42f7036c0b62c107aa4454.zip
Updated to 97.0.1 / GCC 12 build fixes
Diffstat (limited to 'D139088.diff')
-rw-r--r--D139088.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/D139088.diff b/D139088.diff
new file mode 100644
index 0000000..91e9967
--- /dev/null
+++ b/D139088.diff
@@ -0,0 +1,13 @@
+diff --git a/gfx/wr/swgl/src/gl.cc b/gfx/wr/swgl/src/gl.cc
+--- a/gfx/wr/swgl/src/gl.cc
++++ b/gfx/wr/swgl/src/gl.cc
+@@ -82,7 +82,7 @@
+
+ #define FALLTHROUGH [[fallthrough]]
+
+-#ifdef MOZILLA_CLIENT
++#if defined(MOZILLA_CLIENT) && defined(MOZ_CLANG_PLUGIN)
+ # define IMPLICIT __attribute__((annotate("moz_implicit")))
+ #else
+ # define IMPLICIT
+
bgstack15