Don't warn about deprecated-register

This commit is contained in:
Cheng Zhao 2014-10-06 11:11:05 +08:00
parent ccaf23b338
commit f7819f369b

View file

@ -97,6 +97,7 @@
'conditions': [
['OS=="linux"', {
'cflags_cc': [
'-Wno-deprecated-declarations',
'-fno-rtti',
],
'link_settings': {