Re: [Mesa-dev] [PATCH 1/2] intel: fix memmem() warning first arg shouldn't be NULL

2017-10-23 Thread Matt Turner
On Sun, Oct 22, 2017 at 6:26 PM, Timothy Arceri wrote: > --- > src/intel/compiler/brw_eu_validate.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/intel/compiler/brw_eu_validate.c > b/src/intel/compiler/brw_eu_validate.c > index 9f72c650ddb..07318b9d3c0

[Mesa-dev] [PATCH 1/2] intel: fix memmem() warning first arg shouldn't be NULL

2017-10-22 Thread Timothy Arceri
--- src/intel/compiler/brw_eu_validate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/intel/compiler/brw_eu_validate.c b/src/intel/compiler/brw_eu_validate.c index 9f72c650ddb..07318b9d3c0 100644 --- a/src/intel/compiler/brw_eu_validate.c +++ b/src/intel/compiler/brw_eu_validate.c