aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-11-21 01:33:08 +0000
committerivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-11-21 01:33:08 +0000
commitc937b0ee01594d1e285a96a65c2f3a05eb2658dc (patch)
tree4e2527ec4e9a740efb538f790f49415613497854 /Makefile.am
parentAdd optional file size limit for minidumps (diff)
downloadbreakpad-c937b0ee01594d1e285a96a65c2f3a05eb2658dc.tar.xz
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
http://breakpad.appspot.com/488002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1083 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e575435e..cd91c335 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,8 @@ AM_CXXFLAGS += \
-Werror=vla \
-Werror=unused-variable \
-Werror=missing-braces \
- -Werror=overloaded-virtual
+ -Werror=overloaded-virtual \
+ -Werror=sign-compare
endif
if LINUX_HOST