Re: [Mesa-dev] [PATCH] radeonsi: fix possible truncation on renderer string

2018-06-07 Thread Michel Dänzer
On 2018-06-07 12:07 PM, Michel Dänzer wrote: > On 2018-06-07 03:03 AM, Timothy Arceri wrote: >> Fixes truncation warning in gcc 8.1 >> >> Fixes: 8539c9bf3158 ("gallium/radeon: add the kernel version into the >> renderer string") >> --- >> src/gallium/drivers/radeonsi/si_pipe.h | 2 +- >> 1 file c

Re: [Mesa-dev] [PATCH] radeonsi: fix possible truncation on renderer string

2018-06-07 Thread Michel Dänzer
On 2018-06-07 03:03 AM, Timothy Arceri wrote: > Fixes truncation warning in gcc 8.1 > > Fixes: 8539c9bf3158 ("gallium/radeon: add the kernel version into the > renderer string") > --- > src/gallium/drivers/radeonsi/si_pipe.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[Mesa-dev] [PATCH] radeonsi: fix possible truncation on renderer string

2018-06-06 Thread Timothy Arceri
Fixes truncation warning in gcc 8.1 Fixes: 8539c9bf3158 ("gallium/radeon: add the kernel version into the renderer string") --- src/gallium/drivers/radeonsi/si_pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers