Enable -Wsuggest-override
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 4207e4c53172261cdfe92fde311c8f9a6c90687e..9eb98b2eab8e908a2a7a24ae47068efb7f5e34a8 100644 (file)
@@ -4577,13 +4577,13 @@ public:
   DISABLE_COPY_AND_ASSIGN (mock_mapped_index);
 
   /* Return the number of names in the symbol table.  */
-  virtual size_t symbol_name_count () const
+  size_t symbol_name_count () const override
   {
     return m_symbol_table.size ();
   }
 
   /* Get the name of the symbol at IDX in the symbol table.  */
-  virtual const char *symbol_name_at (offset_type idx) const
+  const char *symbol_name_at (offset_type idx) const override
   {
     return m_symbol_table[idx];
   }
This page took 0.031603 seconds and 4 git commands to generate.