breakpad/src/common
bryner 28c645f3ee Silences warning C4701: local variable 'claimed_size' may be used with out
having been initialized.  The code is correct however the compiler can't see
the relationship between has_content_length_header and the claimed_size so it
generates a warning.

Patch from Sorin Jianu, r=bryner



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@211 4c0a9323-5329-0410-9bdc-e9ce6186880e
2007-09-20 21:48:47 +00:00
..
linux Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 bit overflow). r=Liu Li 2007-07-02 12:02:36 +00:00
mac Issue 208: Reviewer waylonis 2007-09-19 20:43:38 +00:00
solaris Solaris port of minidump generator. Port by Alfred Peng. r=me 2007-08-07 21:16:45 +00:00
windows Silences warning C4701: local variable 'claimed_size' may be used with out 2007-09-20 21:48:47 +00:00
convert_UTF.c Add unicode.org UTF-8/16/32 conversion code. 2006-12-15 00:03:27 +00:00
convert_UTF.h Add unicode.org UTF-8/16/32 conversion code. 2006-12-15 00:03:27 +00:00
string_conversion.cc Fix bug of issue 135, now can dump symbols for dynamic libraries. 2007-03-27 02:16:13 +00:00
string_conversion.h Solaris port of minidump generator. Port by Alfred Peng. r=me 2007-08-07 21:16:45 +00:00