mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-07 15:08:27 +01:00
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
This commit is contained in:
parent
d80f175c1a
commit
c937b0ee01
30 changed files with 188 additions and 182 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue