breakpad/src
Mike Frysinger 721108fd54 fix NDEBUG breakage with new dwarf5 code
These fields are only used when NDEBUG is not defined.  We get build
failures with the current code like:
src/common/dwarf/dwarf2reader.h:181:12: error: private field 'string_buffer_length_' is not used [-Werror,-Wunused-private-field]
  uint64_t string_buffer_length_;

Change-Id: I01d6e29d31d50e29ed3736e7197e70455724ae48
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2299022
Reviewed-by: Sterling Augustine <saugustine@google.com>
2020-07-16 03:04:43 +00:00
..
build Fix MSVC build on 64-bit 2017-09-25 07:10:11 +00:00
client fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
common fix NDEBUG breakage with new dwarf5 code 2020-07-16 03:04:43 +00:00
google_breakpad fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
processor fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
third_party List missing 64-bit arches in the bundled curl 2017-11-13 19:50:29 +00:00
tools fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
breakpad_googletest_includes.h test: allow use of system gmock/gtest libs 2016-01-25 19:27:56 -05:00
config.h.in Use breakpad_getcontext on all Linux platforms missing getcontext 2020-03-16 21:27:07 +00:00