This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA PATCH] Enable -Wpointer-sign by default.


On 04/19/2013 07:33 PM, Tom Tromey wrote:
> Pedro> +whose signness is host-dependent.  @sc{gcc} enables this with
> 
> "signedness" is more typical.

Whoops.  I'm applying this then.

Thanks,
-- 
Pedro Alves

-----------
s/signness/signedness in gdbint.texinfo.

"signedness" is more typical.

gdb/
2013-04-19  Pedro Alves  <palves@redhat.com>

	* gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
	"signedness" instead of "signness".

Index: src/gdb/doc/gdbint.texinfo
===================================================================
--- src.orig/gdb/doc/gdbint.texinfo
+++ src/gdb/doc/gdbint.texinfo
@@ -6342,7 +6342,7 @@ but also calls to functions such as @cod
 @item -Wpointer-sign
 This helps make sure @value{GDBN} code uses @code{gdb_byte} which is
 really @code{unsigned char} for raw bytes instead of @code{char},
-whose signness is host-dependent.  @sc{gcc} enables this with
+whose signedness is host-dependent.  @sc{gcc} enables this with
 @code{-Wall} since version 4.0.  We enable it explicitly too to be
 decoupled from future @sc{gcc} (or other compiler)'s defaults.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]