Fix compilation warning on Linux

This commit is contained in:
Cheng Zhao 2014-10-08 01:34:01 +00:00
parent f7819f369b
commit 5c455b6ff9

View file

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