diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 184253a..7141747 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -934,7 +934,7 @@ private: bool PreOrder; // Unused variable flags - bool FindUnused; + bool WarnUnused; bool DefaultToUsed; // stack of list files being read |