ENH: make sure gui no-dev workis

This commit is contained in:
Bill Hoffman 2008-03-29 13:16:02 -04:00
parent d83bb1479f
commit e5f96bd7ad

View File

@ -347,7 +347,8 @@ class cmake
} }
void SetSuppressDevWarnings(bool v) void SetSuppressDevWarnings(bool v)
{ {
this->SuppressDevWarnings = v; this->SuppressDevWarnings = v;
this->DoSuppressDevWarnings = true;
} }
/** Display a message to the user. */ /** Display a message to the user. */