cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized

It removes logic duplication and need to have cached
WarnUninitialized and CheckSystemVars
This commit is contained in:
Artur Ryt
2018-12-13 20:45:15 +01:00
committed by Craig Scott
parent 67ac4ed1dc
commit 1d32a35c10
2 changed files with 1 additions and 22 deletions

View File

@@ -75,8 +75,6 @@ private:
long FileLine;
int CurrentLine;
int Verbose;
bool WarnUninitialized;
bool CheckSystemVars;
bool EscapeQuotes;
bool NoEscapeMode;
bool ReplaceAtSyntax;