Android 4.1 CTS release 1
Fix array-bounds errors in ICU decNumber.c

Bug: 6296427 - icu4c does not compile with -Werror=array-bounds.

decNumber struct allocates extra space at run time. Apply the fixes for
ICU ticket8953 to disable the warnings.
For more details, please see http://bugs.icu-project.org/trac/ticket/8954.

Change-Id: Ib8c4d2f48ebce99eb792a0e2abce35924e9f63b9
1 file changed