Re: [Intel-gfx] PATCH i-g-t Fix a clang compile error.

2015-04-30 Thread Dave Gordon
On 27/04/15 17:20, Yunlian Jiang wrote: > Thomas, > Thanks for the review. This time I put the patch in the attachment so > it should be applied cleanly. > I added Signed-off-by line too. > Thanks > > From c2f6ecc1c8837abd87aa2da5510281a4833b2a27 Mon Sep 17 00:00:00 2001 > From: Yunlian

Re: [Intel-gfx] PATCH i-g-t Fix a clang compile error.

2015-04-27 Thread Dave Gordon
On 23/04/15 17:54, Yunlian Jiang wrote: > The bug entry is at > https://code.google.com/p/chromium/issues/detail?id=476001 > > The patch below makes clang happy. > > debugger/eudb.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/debugger/eudb.c b/debugger/eudb.c >

Re: [Intel-gfx] PATCH i-g-t Fix a clang compile error.

2015-04-27 Thread Thomas Wood
On 23 April 2015 at 17:54, Yunlian Jiang wrote: > The bug entry is at > https://code.google.com/p/chromium/issues/detail?id=476001 > > The patch below makes clang happy. Thanks for the patch; Ben Widawsky reviewed it and added his reviewed-by tag. Unfortunately it doesn't apply cleanly because ta

[Intel-gfx] PATCH i-g-t Fix a clang compile error.

2015-04-23 Thread Yunlian Jiang
The bug entry is at https://code.google.com/p/chromium/issues/detail?id=476001 The patch below makes clang happy. debugger/eudb.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debugger/eudb.c b/debugger/eudb.c index 0e810db..7188a4f 100644 --- a/debugger/eudb.c +++ b/d