linux: Fix compiler warning
This commit is contained in:
parent
e65f0941e0
commit
a99d29b859
1 changed files with 3 additions and 0 deletions
|
@ -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))',
|
||||
|
|
Loading…
Reference in a new issue