From 93286335bbc36ae4b752c102cb0e08e3dc1ca9c5 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 6 Feb 2012 10:31:18 +0000 Subject: [PATCH] re PR c/52118 (The explanation of Wunused-local-typedefs is truncated) 2012-02-06 Paolo Carlini PR c/52118 * c.opt ([Wunused-local-typedefs]): Fix description. From-SVN: r183932 --- gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c.opt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 373ad298186..b86ebe59f49 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2012-02-06 Paolo Carlini + + PR c/52118 + * c.opt ([Wunused-local-typedefs]): Fix description. + 2012-01-24 Mike Stump * c-common.c (c_common_type_for_mode): Match signed/unsigned types diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 447c88f761a..40ff96cc50f 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1,6 +1,6 @@ ; Options for the C, ObjC, C++ and ObjC++ front ends. ; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -; 2011 Free Software Foundation, Inc. +; 2011, 2012 Free Software Foundation, Inc. ; ; This file is part of GCC. ; @@ -663,7 +663,7 @@ Warn about unsuffixed float constants Wunused-local-typedefs C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning -Warn about +Warn when typedefs locally defined in a function are not used Wunused-macros C ObjC C++ ObjC++ Warning -- 2.30.2