From 2060482ece6b810d930abaaa6ae3ae53dce97292 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 4 Jan 2013 18:22:19 +0000 Subject: Remove -Wmodule-build; it was a dumb idea anyway. llvm-svn: 171478 --- clang/lib/Frontend/CompilerInstance.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/Frontend/CompilerInstance.cpp') diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index c2333c4f40b..ecc29654cb3 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/lib/Frontend/CompilerInstance.cpp @@ -978,8 +978,6 @@ CompilerInstance::loadModule(SourceLocation ImportLoc, return ModuleLoadResult(); } - getDiagnostics().Report(ModuleNameLoc, diag::warn_module_build) - << ModuleName; BuildingModule = true; compileModule(*this, ModuleNameLoc, Module, ModuleFileName); ModuleFile = FileMgr->getFile(ModuleFileName); -- cgit v1.2.3