Remove outdated compiler restrictions.

R=scroggo@google.com

Review URL: https://codereview.chromium.org/394263002
This commit is contained in:
Derek Sollenberger 2014-07-16 15:20:01 -04:00
parent 9d7321c9d0
commit 122f9ecef8

View File

@ -183,6 +183,7 @@
'-Winit-self',
'-Wpointer-arith',
'-Wno-c++11-extensions',
'-Wno-unused-parameter',
],
'cflags_cc': [
@ -211,12 +212,6 @@
}],
],
}],
[ 'skia_android_framework==0', {
'cflags': [
# This flag is not supported by Android build system.
'-Wno-c++11-extensions',
],
}],
[ 'skia_warnings_as_errors', {
'cflags': [
'-Werror',
@ -341,8 +336,6 @@
'-mthumb',
'-mfpu=neon',
'-mfloat-abi=softfp',
# This flag is not supported by Android build system.
'-Wno-c++11-extensions',
'-fno-exceptions',
'-fstrict-aliasing',
# Remove flags to turn on warnings, since most people building Android