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-deprecated-register',
|
||||||
'-Wno-sentinel',
|
'-Wno-sentinel',
|
||||||
],
|
],
|
||||||
|
'cflags_cc': [
|
||||||
|
'-Wno-reserved-user-defined-literal',
|
||||||
|
],
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
'cflags': [
|
'cflags': [
|
||||||
'<!@(pkg-config --cflags <(linux_system_libraries))',
|
'<!@(pkg-config --cflags <(linux_system_libraries))',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue