Chromium Code Reviews| Index: src/common/linux/synth_elf.h |
| diff --git a/src/common/linux/synth_elf.h b/src/common/linux/synth_elf.h |
| index 330ceae8edb539f64c0e4cd38cdbee6accb58121..1d2a20ca22b4177219696253186d5d4d3578e28c 100644 |
| --- a/src/common/linux/synth_elf.h |
| +++ b/src/common/linux/synth_elf.h |
| @@ -173,7 +173,9 @@ class SymbolTable : public Section { |
| uint64_t size, unsigned info, uint16_t shndx); |
| private: |
| +#ifndef NDEBUG |
| size_t addr_size_; |
| +#endif |
| StringTable& table_; |
| }; |