author | Gregory Szorc <gps@mozilla.com> |
Mon, 14 Mar 2016 16:05:06 -0700 | |
changeset 288687 | df2429673c945e1fe476c8056547cca787e727d7 |
parent 288686 | 2f3cc8818587cc3b25d196cb61a2063f37227ab9 |
child 288688 | 04a9056213bd331398ba8aecf8940fb2d8388989 |
push id | 30087 |
push user | cbook@mozilla.com |
push date | Tue, 15 Mar 2016 09:43:43 +0000 |
treeherder | mozilla-central@5e14887312d4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jesup |
bugs | 1256482 |
milestone | 48.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/dom/media/webrtc/moz.build +++ b/dom/media/webrtc/moz.build @@ -87,10 +87,12 @@ if CONFIG['GNU_CC'] or CONFIG['CLANG_CL' '-Wno-error=attributes' ] FINAL_LIBRARY = 'xul' if CONFIG['_MSC_VER']: CXXFLAGS += [ '-wd4275', # non dll-interface class used as base for dll-interface class + '-wd4312', # This is intended as a temporary hack to support building with VS2015 + # 'reinterpret_cast': conversion from 'DWORD' to 'HANDLE' of greater size ] DEFINES['__PRETTY_FUNCTION__'] = '__FUNCSIG__'