зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1203234 - Re-enable -Wshadow warnings in /dom/security. r=ckerschb
This commit is contained in:
Родитель
230c67672b
Коммит
bfd0628cd5
|
@ -40,5 +40,5 @@ LOCAL_INCLUDES += [
|
|||
]
|
||||
|
||||
if CONFIG['GNU_CC']:
|
||||
CFLAGS += ['-Wformat-security']
|
||||
CXXFLAGS += ['-Wformat-security']
|
||||
CFLAGS += ['-Wshadow', '-Wformat-security']
|
||||
CXXFLAGS += ['-Wshadow', '-Wformat-security']
|
||||
|
|
Загрузка…
Ссылка в новой задаче