☠☠ backed out by 272ec90eff71 ☠ ☠ | |
author | Gregory Szorc <gps@mozilla.com> |
Wed, 16 Mar 2016 15:27:32 -0700 | |
changeset 289698 | f17a9b5483168647a9c50cd2ab0ef1534d9d0715 |
parent 289697 | 0c90d5d3f78dfd7d98a4a4c75c70f3d1ae4908c0 |
child 289699 | b8360b8b360f937dcf8147f943c485508e1fb4ee |
push id | 30108 |
push user | cbook@mozilla.com |
push date | Tue, 22 Mar 2016 11:14:31 +0000 |
treeherder | mozilla-central@ea6298e1b4f7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | aklotz |
bugs | 1257346 |
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/plugins/ipc/moz.build +++ b/dom/plugins/ipc/moz.build @@ -147,8 +147,13 @@ else: CXXFLAGS += CONFIG['MOZ_GTK2_CFLAGS'] CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] if CONFIG['_MSC_VER']: # This is intended as a temporary hack to support building with VS2015. # conversion from 'X' to 'Y' requires a narrowing conversion CXXFLAGS += ['-wd4838'] + + # 'type cast': conversion from 'unsigned int' to 'HIMC' of greater size + SOURCES['PluginInstanceChild.cpp'].flags += ['-wd4312'] + SOURCES['PluginScriptableObjectChild.cpp'].flags += ['-wd4312'] +