Bug 1094495 - Disable C4480 in security/pkix. r=keeler

This commit is contained in:
Masatoshi Kimura 2014-11-12 07:41:42 +09:00
Родитель 293e18a4d3
Коммит 6887042777
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,8 @@ CXXFLAGS += ['-Wall']
# -Wall with Visual C++ enables too many problematic warnings
if CONFIG['_MSC_VER']:
CXXFLAGS += [
'-wd4480', # nonstandard extension used: specifying underlying type for
# enum 'enum'
'-wd4514', # 'function': unreferenced inline function has been removed
'-wd4668', # 'symbol' is not defined as a preprocessor macro...
'-wd4710', # 'function': function not inlined