arm, dev: Add missing override in the Pl390 GIC model
authorAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 15 Mar 2017 14:36:37 +0000 (14:36 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 15 Mar 2017 14:41:40 +0000 (14:41 +0000)
The Pl390::getAddrRanges() method should have been flagged using the
override keyword. Other methods in this class already use the override
keyword, so this results in a warning about inconsistent override
usage when compiling using clang.

Change-Id: I17449687a8e074262232562487b58c96466bd54e
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/dev/arm/gic_pl390.hh

index 664705837a501c84e8b9844ce41d2398f992ccee..1a5248d92b3a8275fcf40468aa5bff168144822c 100644 (file)
@@ -360,7 +360,7 @@ class Pl390 : public BaseGic
     void unserialize(CheckpointIn &cp) override;
 
   public: /* PioDevice */
-    AddrRangeList getAddrRanges() const { return addrRanges; }
+    AddrRangeList getAddrRanges() const override { return addrRanges; }
 
     /** A PIO read to the device, immediately split up into
      * readDistributor() or readCpu()