From ecdbb77acbbc8613aefa2f2e5408ff3a6bf84865 Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Tue, 18 Dec 2012 12:11:05 -0800 Subject: fixing some valgrind erros by initializing uninitialized values in CACTI [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14839] --- src/gpuwattch/cacti/cacti_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpuwattch/cacti/cacti_interface.h') diff --git a/src/gpuwattch/cacti/cacti_interface.h b/src/gpuwattch/cacti/cacti_interface.h index f6b6424..ff639da 100644 --- a/src/gpuwattch/cacti/cacti_interface.h +++ b/src/gpuwattch/cacti/cacti_interface.h @@ -110,6 +110,7 @@ enum Wire_type class InputParameter { public: + InputParameter(); void parse_cfg(const string & infile); bool error_checking(); // return false if the input parameters are problematic -- cgit v1.3