Remove some cppcheck warnings.

This patch modifies the code to remove some more cppcheck warnings.
This commit is contained in:
Cary R
2010-07-30 18:50:52 -07:00
committed by Stephen Williams
parent 44b08a4630
commit 86653ddff9
12 changed files with 19 additions and 10 deletions
+3
View File
@@ -34,6 +34,9 @@ Module::Module(perm_string n)
is_cell = false;
uc_drive = UCD_NONE;
timescale_warn_done = false;
time_unit = 0;
time_precision = 0;
time_from_timescale = false;
}
Module::~Module()