linux: Fix compiler warning

This commit is contained in:
Cheng Zhao 2015-04-22 05:50:27 +00:00
parent e65f0941e0
commit a99d29b859

View file

@ -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))',