From e4d7bf562e8e90fa4523efc186322bff416c0506 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Sat, 9 Feb 2013 14:58:14 -0800 Subject: Fixing a slew of compiler warnings [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15218] --- src/gpgpu-sim/l2cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgpu-sim/l2cache.h') diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h index 3b25565..9317c18 100644 --- a/src/gpgpu-sim/l2cache.h +++ b/src/gpgpu-sim/l2cache.h @@ -142,6 +142,7 @@ private: class L2interface : public mem_fetch_interface { public: L2interface( memory_partition_unit *unit ) { m_unit=unit; } + virtual ~L2interface() {} virtual bool full( unsigned size, bool write) const { // assume read and write packets all same size -- cgit v1.3