summaryrefslogtreecommitdiff
path: root/www/waterfox/files/patch-bug1434619
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-11 19:44:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-05-11 19:44:46 +0000
commit08f384fd06a468247b6a87830595465b915a32e5 (patch)
tree6dbe239b26f5c9a865646ddfb8d592fde958c99c /www/waterfox/files/patch-bug1434619
parentNew port: security/py-winrm (diff)
www/waterfox: update to 56.1.0.89
Changes: https://github.com/MrAlex94/Waterfox/compare/56.1.0...2bb1a86e5dbd6
Diffstat (limited to 'www/waterfox/files/patch-bug1434619')
-rw-r--r--www/waterfox/files/patch-bug143461954
1 files changed, 0 insertions, 54 deletions
diff --git a/www/waterfox/files/patch-bug1434619 b/www/waterfox/files/patch-bug1434619
deleted file mode 100644
index 6ae1ba656ccb..000000000000
--- a/www/waterfox/files/patch-bug1434619
+++ /dev/null
@@ -1,54 +0,0 @@
-commit 98c3940f8b16
-Author: Simon Sapin <simon.sapin@exyr.org>
-Date: Wed Jan 31 11:01:26 2018 -0600
-
- servo: Merge #19914 - Remove #![deny(warnings)] (from servo:dont-deny); r=nox
-
- We already have https://github.com/servo/servo/pull/19612 to deny warnings at the time of landing into master. But it’s not useful to break the build when later compiler with a more recent Rust version that has introduced new warnings:
-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1434619
-
- Source-Repo: https://github.com/servo/servo
- Source-Revision: 7546c37f1e921a112fef5828c59c6738a98c3f30
----
- servo/components/style/lib.rs | 1 -
- servo/ports/geckolib/lib.rs | 1 -
- servo/support/gecko/nsstring/src/lib.rs | 1 -
- 3 files changed, 3 deletions(-)
-
-diff --git servo/components/style/lib.rs servo/components/style/lib.rs
-index d789c1d3305d..8a343496e6de 100644
---- servo/components/style/lib.rs
-+++ servo/components/style/lib.rs
-@@ -23,7 +23,6 @@
- //! [cssparser]: ../cssparser/index.html
- //! [selectors]: ../selectors/index.html
-
--#![deny(warnings)]
- #![deny(missing_docs)]
-
- #![recursion_limit = "500"] // For define_css_keyword_enum! in -moz-appearance
-diff --git servo/ports/geckolib/lib.rs servo/ports/geckolib/lib.rs
-index ca57307c245a..15c42509a811 100644
---- servo/ports/geckolib/lib.rs
-+++ servo/ports/geckolib/lib.rs
-@@ -2,7 +2,6 @@
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
--#![deny(warnings)]
-
- extern crate cssparser;
- extern crate env_logger;
-diff --git servo/support/gecko/nsstring/src/lib.rs servo/support/gecko/nsstring/src/lib.rs
-index 0321e38f8bbf..d5c5f147c480 100644
---- servo/components/style/gecko_bindings/nsstring_vendor/src/lib.rs
-+++ servo/components/style/gecko_bindings/nsstring_vendor/src/lib.rs
-@@ -113,7 +113,6 @@
- //! which invoke their member's destructors through C++ code.
-
- #![allow(non_camel_case_types)]
--#![deny(warnings)]
-
- #[macro_use]
- extern crate bitflags;