Message ID | 1300252598-1653-2-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Accepted |
Headers | show |
Hmm ... I think disabling Werror completely is not something we should take into our main android branches. Sachin, were there just too many issues in dalvik to fix them properly? On Wed, Mar 16, 2011 at 6:16 AM, Sachin Kamat <sachin.kamat@linaro.org> wrote: > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> > > Change-Id: I471e831d569b37345752d788f5a213ffd6616690 > --- > core/config.mk | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/core/config.mk b/core/config.mk > index a76aec8..45100fb 100644 > --- a/core/config.mk > +++ b/core/config.mk > @@ -98,7 +98,7 @@ COMMON_JAVA_PACKAGE_SUFFIX := .jar > COMMON_ANDROID_PACKAGE_SUFFIX := .apk > > # list of flags to turn specific warnings in to errors > -TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point > +TARGET_ERROR_FLAGS := > > # TODO: do symbol compression > TARGET_COMPRESS_MODULE_SYMBOLS := false > -- > 1.7.1 > > > _______________________________________________ > linaro-dev mailing list > linaro-dev@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-dev >
diff --git a/core/config.mk b/core/config.mk index a76aec8..45100fb 100644 --- a/core/config.mk +++ b/core/config.mk @@ -98,7 +98,7 @@ COMMON_JAVA_PACKAGE_SUFFIX := .jar COMMON_ANDROID_PACKAGE_SUFFIX := .apk # list of flags to turn specific warnings in to errors -TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point +TARGET_ERROR_FLAGS := # TODO: do symbol compression TARGET_COMPRESS_MODULE_SYMBOLS := false
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Change-Id: I471e831d569b37345752d788f5a213ffd6616690 --- core/config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)