Re: [gentoo-portage-dev] [PATCH 2/2] Use a single grep call for gcc warning checks

2014-09-26 Thread Brian Dolbec
On Fri, 12 Sep 2014 17:47:43 +0200 Michał Górny wrote: > Use a single grep call with all gcc warning checks combined rather > than calling grep separately for each message being checked. Aside to > being faster, this also avoids outputting warnings in separate blocks. > --- > bin/install-qa-chec

Re: [gentoo-portage-dev] [PATCH 2/2] Use a single grep call for gcc warning checks

2014-09-14 Thread Zac Medico
On 09/12/2014 08:47 AM, Michał Górny wrote: > Use a single grep call with all gcc warning checks combined rather than > calling grep separately for each message being checked. Aside to being > faster, this also avoids outputting warnings in separate blocks. > --- > bin/install-qa-check.d/90gcc-war

[gentoo-portage-dev] [PATCH 2/2] Use a single grep call for gcc warning checks

2014-09-12 Thread Michał Górny
Use a single grep call with all gcc warning checks combined rather than calling grep separately for each message being checked. Aside to being faster, this also avoids outputting warnings in separate blocks. --- bin/install-qa-check.d/90gcc-warnings | 62 +++ 1 file