diff options
author | jimblandy@gmail.com <jimblandy@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-07-27 21:30:56 +0000 |
---|---|---|
committer | jimblandy@gmail.com <jimblandy@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-07-27 21:30:56 +0000 |
commit | 53cb8044fde30128b761bf20a86149a1a3487882 (patch) | |
tree | fcf1063e501f64eca68419be31ba77f6c2ca40ac /src/client | |
parent | Use a std::map instead of a linear search to look up files for line records. (diff) | |
download | breakpad-53cb8044fde30128b761bf20a86149a1a3487882.tar.xz |
The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static.
The current arrangement would produce needless warnings if
WriteSymbolFile were ever used twice in the same program invocation.
Even if it weren't wrong, it's unnecessary, and local non-const static
variables require extra care when reading to be sure of their effect.
A=jimblandy
R=nealsid
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@363 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client')
0 files changed, 0 insertions, 0 deletions