diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-16 20:21:17 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-16 20:21:17 +0000 |
commit | 3c69f996e14ba8d73e87db34091cbf899ee403bd (patch) | |
tree | b61ad80fcab334c927894dfaef08821c7f0dde7d /gcc/c-family | |
parent | cfe7b52eced8dbc42940b298ea57d7ad5eeaa74a (diff) | |
download | gcc-3c69f996e14ba8d73e87db34091cbf899ee403bd.tar.gz |
fix Wnoexcept typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 0517d3506a2..7d606dbfd60 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -343,7 +343,7 @@ Warn about \"extern\" declarations not at file scope Wnoexcept C++ ObjC++ Var(warn_noexcept) Warning -Warn when a noexcept expression evaluates to true even though the expression can't actually throw +Warn when a noexcept expression evaluates to false even though the expression can't actually throw Wnon-template-friend C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning |