зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1135745 - Disable the reserved-id-macro macro in security/pkix; r=briansmith
This commit is contained in:
Родитель
c666513656
Коммит
baf73d756f
|
@ -9,6 +9,7 @@ if CONFIG['CLANG_CXX']:
|
|||
'-Wno-missing-prototypes',
|
||||
'-Wno-missing-variable-declarations',
|
||||
'-Wno-padded',
|
||||
'-Wno-reserved-id-macro', # NSPR and NSS use reserved IDs in their include guards.
|
||||
'-Wno-shadow', # XXX: Clang's rules are too strict for constructors.
|
||||
'-Wno-weak-vtables', # We rely on the linker to merge the duplicate vtables.
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче