From 947ef27362c91002d933088a61eeef60b104da40 Mon Sep 17 00:00:00 2001 From: "ivan.penkov@gmail.com" Date: Sat, 8 Dec 2012 03:18:52 +0000 Subject: The Google-breakpad processor rejects (ignores) context records that lack CPU type information in their context_flags fields. Such context records can be valid (e.g. contexts captured by ::RtlCaptureContext). http://code.google.com/p/google-breakpad/issues/detail?id=493 http://breakpad.appspot.com/500002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1088 4c0a9323-5329-0410-9bdc-e9ce6186880e --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cd91c335..b374fe2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,12 +46,13 @@ endif if GCC # These are good warnings to be treated as errors AM_CXXFLAGS += \ - -Werror=non-virtual-dtor \ - -Werror=vla \ - -Werror=unused-variable \ -Werror=missing-braces \ + -Werror=non-virtual-dtor \ -Werror=overloaded-virtual \ - -Werror=sign-compare + -Werror=reorder \ + -Werror=sign-compare \ + -Werror=unused-variable \ + -Werror=vla endif if LINUX_HOST -- cgit v1.2.1