summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-23 09:25:03 +0200
committerStephen Kelly <steveire@gmail.com>2015-06-30 23:14:19 +0200
commit6708d21664baf3bab6f8af143c373de7af84bffc (patch)
tree470e4c0c61d1027d0602f4857dad182348c3e9b9 /Source
parent0818737c851dce18a6da442ee73029b0de22ad56 (diff)
downloadcmake-6708d21664baf3bab6f8af143c373de7af84bffc.tar.gz
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 d6cf104a58..b21e441177 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);