Linux: Fix compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@989 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-01-15 22:38:36 +00:00
parent 3b9cb32e4a
commit 8ebca9e04d
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@
'WARNING_CFLAGS': ['-Wno-unknown-warning-option'],
},
},
}],
['os_posix==1 and OS!="mac" and OS!="android"', {
'target_defaults': {
'cflags_cc': ['-Wno-deprecated-declarations'],
},
}]
]
}