On Wed, 9 Oct 2013, Joshua J Cogliati wrote:

> Because this changes -Wextra, when compiling with -Werror and -Wextra,
> some code will not compile now.  The code in gcc that this occurred in
> was changed to use explicit casts.  The patch would be shorter if

I think those changes should be submitted separately, as cleanups that can 
be proposed on their own merits.

Note that casts use spaces, "(type) expr", as detailed at 
<http://gcc.gnu.org/codingconventions.html#C_Formatting>.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to