Re: Build warnings
Conrad Parker <[email protected]> Tue, 30 Mar 2010 09:23:42 +0900
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
On 30 March 2010 03:02, Stuart Fisher <[email protected]> wrote: > While we're on the subject of unnecessary parentheses, why do people write > things like > > return (0); > > I've seen this quite a bit and I've absolutely no idea why people are doing > it. I can't see any reason at all for putting return values inside > parentheses! I guess this kind of thing happens to people who come to C from a Haskell background. Conrad.