mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
ERR: Fixed warnings (int->unsigned int and a few others).
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user