aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-12-08 03:18:52 +0000
committerivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-12-08 03:18:52 +0000
commit947ef27362c91002d933088a61eeef60b104da40 (patch)
treeed5819df9f63984472c4866dd4ce73bd4ab35788 /Makefile.in
parentExplicitly include unistd.h for getpagesize(). (diff)
downloadbreakpad-947ef27362c91002d933088a61eeef60b104da40.tar.xz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index b9227e6d..9d07f411 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -76,12 +76,13 @@ host_triplet = @host@
# These are good warnings to be treated as errors
@GCC_TRUE@am__append_2 = \
-@GCC_TRUE@ -Werror=non-virtual-dtor \
-@GCC_TRUE@ -Werror=vla \
-@GCC_TRUE@ -Werror=unused-variable \
@GCC_TRUE@ -Werror=missing-braces \
+@GCC_TRUE@ -Werror=non-virtual-dtor \
@GCC_TRUE@ -Werror=overloaded-virtual \
-@GCC_TRUE@ -Werror=sign-compare
+@GCC_TRUE@ -Werror=reorder \
+@GCC_TRUE@ -Werror=sign-compare \
+@GCC_TRUE@ -Werror=unused-variable \
+@GCC_TRUE@ -Werror=vla
# Build as PIC on Linux, for linux_client_unittest_shlib