zenorogue / hyperrogue

A SDL roguelike in a non-euclidean world
GNU General Public License v2.0
571 stars 72 forks source link

Consistently apply `override` (and not `virtual`) to overriding virtuals #341

Closed Quuxplusone closed 1 year ago

Quuxplusone commented 1 year ago

Three functions were missing override, triggering -Wsuggest-override on Clang. Many functions had redundant virtual ... override.