resolved most warnings

This commit is contained in:
robert
2014-07-01 14:39:58 +02:00
parent e128263833
commit 61bacdfb9f
12 changed files with 78 additions and 79 deletions

View File

@@ -20,7 +20,7 @@ using namespace std;
namespace simulation {
Simulation::Simulation(sc_module_name name, string pathToResources, string traceName, DramSetup setup,
Simulation::Simulation(sc_module_name /*name*/, string pathToResources, string traceName, DramSetup setup,
std::vector<Device> devices) :
traceName(traceName), dramSetup(setup)