Fix help for --suppress-system-warnings

llvm-svn: 56878
This commit is contained in:
Daniel Dunbar 2008-09-30 20:49:53 +00:00
parent b486350b15
commit 106ab3bb42
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ ErrorOnExtensions("pedantic-errors",
static llvm::cl::opt<bool> static llvm::cl::opt<bool>
SuppressSystemWarnings("suppress-system-warnings", SuppressSystemWarnings("suppress-system-warnings",
llvm::cl::desc("Issue an error on uses of GCC extensions"), llvm::cl::desc("Suppress warnings issued in system headers"),
llvm::cl::init(true)); llvm::cl::init(true));
static llvm::cl::opt<bool> static llvm::cl::opt<bool>