| author | Johannes Pfrang <johannespfrang@gmail.com> |
| Thu, 10 Sep 2015 09:49:00 +0200 | |
| changeset 261934 | 04aa9165c832254e43a9b168aeb02cac3da9aed8 |
| parent 261933 | 0be0207d4271031fe7a6de5b8bda797f9210386b |
| child 261935 | 95f8c872196f61ead39c27174fec47ad38dbb150 |
| push id | 29355 |
| push user | cbook@mozilla.com |
| push date | Fri, 11 Sep 2015 14:37:04 +0000 |
| treeherder | mozilla-central@19f806034f67 [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| reviewers | kentuckyfriedtakahe |
| bugs | 1202266 |
| milestone | 43.0a1 |
| first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/media/libstagefright/moz.build +++ b/media/libstagefright/moz.build @@ -151,16 +151,17 @@ if CONFIG['_MSC_VER']: ] elif CONFIG['GNU_CXX']: CFLAGS += [ '-Wno-comment', '-Wno-sign-compare' ] CXXFLAGS += [ '-Wno-format', + '-Wno-format-security', '-Wno-multichar', '-Wno-sign-compare', '-Wno-unused', ] if CONFIG['CLANG_CXX']: CXXFLAGS += [ '-Wno-mismatched-tags', '-Wno-tautological-constant-out-of-range-compare',