Review Board 2.0.15


misc: Add explicit overrides and fix other clang >= 3.5 issues

Review Request #3148 - Created Oct. 8, 2015 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 11165:9f4847667b67
---------------------------
misc: Add explicit overrides and fix other clang >= 3.5 issues

This patch adds explicit overrides as this is now required when using
"-Wall" with clang >= 3.5, the latter now part of the most recent
XCode. The patch consequently removes "virtual" for those methods
where "override" is added. The latter should be enough of an
indication.

As part of this patch, a few minor issues that clang >= 3.5 complains
about are also resolved (unused methods and variables).

   
Review request changed
Updated (Oct. 12, 2015, 1:28 a.m.)

Status: Closed (submitted)