ERR: Fixed warnings (int->unsigned int and a few others).

This commit is contained in:
Brad King
2001-02-23 10:40:13 -05:00
parent 8f0ac1e9bd
commit d31ce24413
9 changed files with 45 additions and 40 deletions
+5
View File
@@ -38,6 +38,11 @@ public:
cmCommand()
{m_Makefile = 0; m_Enabled = true;}
/**
* Need virtual destructor to destroy real command type.
*/
virtual ~cmCommand() {}
/**
* Specify the makefile.
*/