Backed out changeset f17a9b548316 (bug 1257346) for Windows build bustage. r=backout on a CLOSED TREE

This commit is contained in:
Sebastian Hengst 2016-03-21 20:43:32 +01:00
parent fe9aec58c3
commit 207a3dd0f5

View File

@ -152,8 +152,3 @@ 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']