зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1308025: Disable -Wunreachable-code compile warning for skia (which includes some intentionally disabled code). r=gw280
MozReview-Commit-ID: FRLbZR4anWI --HG-- extra : rebase_source : 6a5dbace62ac7d9687bac52670711014a3d744dc
This commit is contained in:
Родитель
677cdb5fb6
Коммит
1b1a0c7bad
|
@ -125,6 +125,7 @@ if CONFIG['GNU_CXX'] or CONFIG['CLANG_CL']:
|
|||
'-Wno-overloaded-virtual',
|
||||
'-Wno-shadow',
|
||||
'-Wno-sign-compare',
|
||||
'-Wno-unreachable-code',
|
||||
'-Wno-unused-function',
|
||||
]
|
||||
if CONFIG['GNU_CXX'] and not CONFIG['CLANG_CXX'] and not CONFIG['CLANG_CL']:
|
||||
|
|
|
@ -657,6 +657,7 @@ if CONFIG['GNU_CXX'] or CONFIG['CLANG_CL']:
|
|||
'-Wno-overloaded-virtual',
|
||||
'-Wno-shadow',
|
||||
'-Wno-sign-compare',
|
||||
'-Wno-unreachable-code',
|
||||
'-Wno-unused-function',
|
||||
]
|
||||
if CONFIG['GNU_CXX'] and not CONFIG['CLANG_CXX'] and not CONFIG['CLANG_CL']:
|
||||
|
|
Загрузка…
Ссылка в новой задаче