re PR c/52118 (The explanation of Wunused-local-typedefs is truncated)
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 6 Feb 2012 10:31:18 +0000 (10:31 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 6 Feb 2012 10:31:18 +0000 (10:31 +0000)
2012-02-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR c/52118
* c.opt ([Wunused-local-typedefs]): Fix description.

From-SVN: r183932

gcc/c-family/ChangeLog
gcc/c-family/c.opt

index 373ad298186a3b3d177bf8ee3a3e697233e6d0d9..b86ebe59f4923bff202a1d069ffdf5a16bc51f51 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c/52118
+       * c.opt ([Wunused-local-typedefs]): Fix description.
+
 2012-01-24  Mike Stump  <mikestump@comcast.net>
 
        * c-common.c (c_common_type_for_mode): Match signed/unsigned types
index 447c88f761a044fc270fa11b8279a9e6596f1f64..40ff96cc50fa72933fa0e237023b21ece8c323a8 100644 (file)
@@ -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