Bug 1259291 - Remove -wd4312, as the issue was fixed in bug 1259291 - r=JamesCheng

MozReview-Commit-ID: 92cuZgyfXgz

--HG--
extra : rebase_source : b7b23d5f095e66d28be1aaeb4ff2d0243b0b865b
This commit is contained in:
Gerald Squelart 2017-11-29 15:15:51 +11:00
parent 0781f47b0a
commit f666a49c31

View File

@ -222,8 +222,3 @@ LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES']
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-error=shadow']
if CONFIG['_MSC_VER']:
# This is intended as a temporary workaround to unblock compilation
# on VS2015 in warnings as errors mode.
CXXFLAGS += ['-wd4312']