summaryrefslogtreecommitdiff
path: root/user/thunderbird/shut-up-warning.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-12 12:13:31 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-12 12:13:31 +0000
commit011b3b71d73a63ccbb6b1e281057103c240c83cc (patch)
tree7dd5c1a1fb0a2fc254acb9d9711ed94435281915 /user/thunderbird/shut-up-warning.patch
parentb485f27d0f2aa9eb17c13ccd5ade2e04b0d28d9e (diff)
downloadpackages-011b3b71d73a63ccbb6b1e281057103c240c83cc.tar.gz
packages-011b3b71d73a63ccbb6b1e281057103c240c83cc.tar.bz2
packages-011b3b71d73a63ccbb6b1e281057103c240c83cc.tar.xz
packages-011b3b71d73a63ccbb6b1e281057103c240c83cc.zip
user/thunderbird: bump to 68.0
Diffstat (limited to 'user/thunderbird/shut-up-warning.patch')
-rw-r--r--user/thunderbird/shut-up-warning.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/thunderbird/shut-up-warning.patch b/user/thunderbird/shut-up-warning.patch
new file mode 100644
index 000000000..8df045af1
--- /dev/null
+++ b/user/thunderbird/shut-up-warning.patch
@@ -0,0 +1,11 @@
+--- firefox-68.0.1/gfx/2d/HelpersCairo.h.old 2019-07-17 20:51:26.000000000 +0000
++++ firefox-68.0.1/gfx/2d/HelpersCairo.h 2019-08-10 11:38:36.047380153 +0000
+@@ -147,7 +147,7 @@
+ case SurfaceFormat::R5G6B5_UINT16:
+ return CAIRO_FORMAT_RGB16_565;
+ default:
+- gfxCriticalError() << "Unknown image format " << (int)format;
++ //gfxCriticalError() << "Unknown image format " << (int)format;
+ return CAIRO_FORMAT_ARGB32;
+ }
+ }