mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Disable tautological check for chromium code
This commit is contained in:
committed by
Aleksei Kuzmin
parent
dcece31519
commit
9181db1304
@@ -375,6 +375,7 @@
|
||||
'-Wno-undefined-var-template', # https://crbug.com/604888
|
||||
'-Wno-unneeded-internal-declaration',
|
||||
'-Wno-inconsistent-missing-override',
|
||||
'-Wno-tautological-unsigned-enum-zero-compare',
|
||||
],
|
||||
},
|
||||
}],
|
||||
@@ -382,6 +383,7 @@
|
||||
'cflags': [
|
||||
'-Wno-inconsistent-missing-override',
|
||||
'-Wno-undefined-var-template', # https://crbug.com/604888
|
||||
'-Wno-tautological-unsigned-enum-zero-compare',
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
|
||||
Reference in New Issue
Block a user