aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc-4.9/gcc/config/arm/arm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.9/gcc/config/arm/arm.c b/gcc-4.9/gcc/config/arm/arm.c
index 6d1eb9678..3c237cb6d 100644
--- a/gcc-4.9/gcc/config/arm/arm.c
+++ b/gcc-4.9/gcc/config/arm/arm.c
@@ -2852,13 +2852,6 @@ arm_option_override (void)
if (target_slow_flash_data)
arm_disable_literal_pool = true;
- if (TARGET_ANDROID)
- {
- /* Disable array_bound warning. Work around issues
- introduced in complete unroll. */
- global_options.x_warn_array_bounds = 0;
- }
-
/* Register global variables with the garbage collector. */
arm_add_gc_roots ();
}