summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-23 07:25:03 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-30 21:14:19 (GMT)
commit6708d21664baf3bab6f8af143c373de7af84bffc (patch)
tree470e4c0c61d1027d0602f4857dad182348c3e9b9 /Source
parent0818737c851dce18a6da442ee73029b0de22ad56 (diff)
downloadCMake-6708d21664baf3bab6f8af143c373de7af84bffc.zip
CMake-6708d21664baf3bab6f8af143c373de7af84bffc.tar.gz
CMake-6708d21664baf3bab6f8af143c373de7af84bffc.tar.bz2
cmMakefile: Remove IncludeScope Quiet call.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index d6cf104..b21e441 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -591,7 +591,6 @@ bool cmMakefile::ReadDependentFile(const char* filename, bool noPolicyScope)
cmListFile listFile;
if (!listFile.ParseFile(filenametoread.c_str(), false, this))
{
- incScope.Quiet();
return false;
}
this->ReadListFile(listFile, filenametoread);