mirror of
https://github.com/electron/electron.git
synced 2026-02-15 09:35:34 -05:00
linux: Fix compiler warning
This commit is contained in:
@@ -68,6 +68,9 @@
|
||||
'-Wno-deprecated-register',
|
||||
'-Wno-sentinel',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-Wno-reserved-user-defined-literal',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'cflags': [
|
||||
'<!@(pkg-config --cflags <(linux_system_libraries))',
|
||||
|
||||
Reference in New Issue
Block a user