mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Fix compilation warning on Linux
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
'conditions': [
|
||||
['OS=="linux"', {
|
||||
'cflags_cc': [
|
||||
'-Wno-deprecated-declarations',
|
||||
'-Wno-deprecated-register',
|
||||
'-fno-rtti',
|
||||
],
|
||||
'link_settings': {
|
||||
|
||||
Reference in New Issue
Block a user