aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/freetype.gyp3
-rw-r--r--gyp/libwebp.gyp13
-rw-r--r--platform_tools/android/gyp/dependencies.gypi9
3 files changed, 0 insertions, 25 deletions
diff --git a/gyp/freetype.gyp b/gyp/freetype.gyp
index 1742697e77..f72c29c259 100644
--- a/gyp/freetype.gyp
+++ b/gyp/freetype.gyp
@@ -73,9 +73,6 @@
'-DFT2_BUILD_LIBRARY',
'-O2',
],
- 'cflags!': [
- '-fno-rtti', # supress warnings about invalid option of non-C++ code
- ],
}],
],
},
diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
index b4c9f22419..e20f0049b0 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -28,9 +28,6 @@
'../third_party/externals/libwebp/dec/vp8l.c',
'../third_party/externals/libwebp/dec/webp.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'libwebp_dsp',
@@ -49,9 +46,6 @@
'../third_party/externals/libwebp/dsp/upsampling_sse2.c',
'../third_party/externals/libwebp/dsp/yuv.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
'conditions': [
['skia_os == "android"', {
'dependencies' : [
@@ -74,7 +68,6 @@
# behavior similar dsp_neon.c.neon in an Android.mk
'cflags!': [
'-mfpu=vfpv3-d16',
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
],
'cflags': [ '-mfpu=neon' ],
},{ # "armv7 != 1"
@@ -106,9 +99,6 @@
'../third_party/externals/libwebp/enc/vp8l.c',
'../third_party/externals/libwebp/enc/webpenc.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'libwebp_utils',
@@ -128,9 +118,6 @@
'../third_party/externals/libwebp/utils/thread.c',
'../third_party/externals/libwebp/utils/utils.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'libwebp',
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 75ff5f3362..1ee62a0218 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -25,9 +25,6 @@
'../third_party/cpufeatures/cpu-features.c',
'../third_party/cpufeatures/cpu-features.h',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'expat',
@@ -48,9 +45,6 @@
'-fexceptions',
'-DHAVE_EXPAT_CONFIG_H',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
'direct_dependent_settings': {
'include_dirs': [
'../third_party/externals/expat/lib', # For expat.h
@@ -73,7 +67,6 @@
'-DHAVE_CONFIG_H',
],
'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
'-Wall',
],
'direct_dependent_settings': {
@@ -111,7 +104,6 @@
'-fvisibility=hidden',
],
'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
'-Wall',
],
'link_settings': {
@@ -188,7 +180,6 @@
'-DANDROID_TILE_BASED_DECODE',
],
'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
'-Wall',
],
'direct_dependent_settings': {