diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2010-06-16 16:21:17 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2010-06-16 16:21:17 -0400 |
commit | 3c820dcdc930324ed310e4bcef27a067c8517c22 (patch) | |
tree | b61ad80fcab334c927894dfaef08821c7f0dde7d /gcc | |
parent | 67ad2ae729dc1e164675261f354699ca5410a0f0 (diff) | |
download | gcc-3c820dcdc930324ed310e4bcef27a067c8517c22.zip gcc-3c820dcdc930324ed310e4bcef27a067c8517c22.tar.gz gcc-3c820dcdc930324ed310e4bcef27a067c8517c22.tar.bz2 |
fix Wnoexcept typo
From-SVN: r160859
Diffstat (limited to 'gcc')
-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 0517d35..7d606db 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 |