Re: [PATCH wayland 2/2] build: build distcheck with --enable-fatal-warnings

2016-02-17 Thread Bryce Harrington
On Wed, Feb 17, 2016 at 09:31:33AM -0600, Derek Foreman wrote: > On 17/02/16 12:17 AM, Bryce Harrington wrote: > > On Fri, Jan 15, 2016 at 01:33:53PM -0600, Derek Foreman wrote: > >> Signed-off-by: Derek Foreman > > > > Reviewed-by: Bryce Harrington > > > > And pushed both patches in series: >

Re: [PATCH wayland 2/2] build: build distcheck with --enable-fatal-warnings

2016-02-17 Thread Derek Foreman
On 17/02/16 12:17 AM, Bryce Harrington wrote: > On Fri, Jan 15, 2016 at 01:33:53PM -0600, Derek Foreman wrote: >> Signed-off-by: Derek Foreman > > Reviewed-by: Bryce Harrington > > And pushed both patches in series: > > To ssh://git.freedesktop.org/git/wayland/wayland >88ff135..8125919 ma

Re: [PATCH wayland 2/2] build: build distcheck with --enable-fatal-warnings

2016-02-16 Thread Bryce Harrington
On Fri, Jan 15, 2016 at 01:33:53PM -0600, Derek Foreman wrote: > Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington And pushed both patches in series: To ssh://git.freedesktop.org/git/wayland/wayland 88ff135..8125919 master -> master I wanted to land these two post-release because

[PATCH wayland 2/2] build: build distcheck with --enable-fatal-warnings

2016-01-15 Thread Derek Foreman
Signed-off-by: Derek Foreman --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e850abc..5e5576e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,8 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(GCC_CFLAGS) +AM_DISTC