diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-04 06:05:30 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-04 06:05:30 -0400 |
commit | 942640c9012af3c4f3c6e07e1ab414079b578178 (patch) | |
tree | 6c966d92d23d568857336f8812526aaa6465153d /application/palemoon/components | |
parent | fba0b46f53fd803dc865f4f72628587582c8439b (diff) | |
download | UXP-942640c9012af3c4f3c6e07e1ab414079b578178.tar UXP-942640c9012af3c4f3c6e07e1ab414079b578178.tar.gz UXP-942640c9012af3c4f3c6e07e1ab414079b578178.tar.lz UXP-942640c9012af3c4f3c6e07e1ab414079b578178.tar.xz UXP-942640c9012af3c4f3c6e07e1ab414079b578178.zip |
[PALEMOON] First pass fix of obvious moz.build issues
Diffstat (limited to 'application/palemoon/components')
-rw-r--r-- | application/palemoon/components/feeds/moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/palemoon/components/feeds/moz.build b/application/palemoon/components/feeds/moz.build index 1dea0ce77..7ae9141aa 100644 --- a/application/palemoon/components/feeds/moz.build +++ b/application/palemoon/components/feeds/moz.build @@ -35,5 +35,3 @@ for var in ('MOZ_APP_NAME', 'MOZ_MACBUNDLE_NAME'): LOCAL_INCLUDES += [ '../build', ] - -FAIL_ON_WARNINGS = True |