Re: Multiple patches to fix compiler warnings

2015-04-19 Thread Chet Ramey
On 4/17/15 2:03 PM, Eduardo A. Bustamante López wrote: > 0001-Fix-spacing-issues-in-tests-to-make-it-easier-to-tra.patch > 0002-Fix-unclosed-double-quote.patch > 0004-Fix-declare-regression.patch > 0003-Remove-compiler-warnings.-Does-that-really-need-to-b.patch > 0005-Make-the-compiler-happy-remove

Re: Multiple patches to fix compiler warnings

2015-04-17 Thread Eduardo A . Bustamante López
On Fri, Apr 17, 2015 at 04:26:08PM -0400, Mike Frysinger wrote: > please post patches inline and as a series rather than attaching a binary > tarball. it makes review much harder when you do this. > > in fact, `git send-email` takes care of all of this for you. > -mike Makes sense, thanks! I'll

Re: Multiple patches to fix compiler warnings

2015-04-17 Thread Mike Frysinger
please post patches inline and as a series rather than attaching a binary tarball. it makes review much harder when you do this. in fact, `git send-email` takes care of all of this for you. -mike signature.asc Description: Digital signature

Multiple patches to fix compiler warnings

2015-04-17 Thread Eduardo A . Bustamante López
0001-Fix-spacing-issues-in-tests-to-make-it-easier-to-tra.patch This one attempts to remove the false positives that the different spacing output between od's causes. There's also a change for one of the unicode tests, but I'm not sure about that one. 0002-Fix-unclosed-double-quote.patch This