Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
463 B

# Disable annoying deprecated warnings only intended for developers.
8 years ago
+++ common/modules/base.jsm
@@ -378,9 +378,6 @@
this.constructor.className ? this.constructor.className + "#" :
"";
- deprecated.warn(func,
- obj + (fn.realName || fn.name || name || "").replace(/__/g, "."),
- alternative);
return func.apply(this, arguments);
}
if (func.name)