Re: [PATCH] Add missing parenthesis in manywarnings example

2010-04-09 Thread Eric Blake
On 04/07/2010 08:02 PM, James Youngman wrote: > +++ b/doc/manywarnings.texi > @@ -18,7 +18,7 @@ nw="$nw -Wtraditional" # All compilers nowadays > support ANSI C > nw="$nw -Wconversion" # These warnings usually don't point to > mistakes. > nw="$nw -Wsign-conversion" # Lik

[PATCH] Add missing parenthesis in manywarnings example

2010-04-07 Thread James Youngman
--- ChangeLog |5 + doc/manywarnings.texi |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ff91cb..be00156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-08 James Youngman + + * doc/manywarnings.tex