Re: [Mesa-dev] [PATCH 13/15] radeon: remove duplicate 'const' specifier

2017-04-12 Thread Emil Velikov
On 12 April 2017 at 08:45, Samuel Pitoiset wrote: > > > On 04/12/2017 07:53 AM, Nils Wallménius wrote: >> >> >> >> Den 11 apr. 2017 20:00 skrev "Samuel Pitoiset" > >: >> >> Fixes the following Clang warning. >> >> In file included from radeon_debug.c:32: >

Re: [Mesa-dev] [PATCH 13/15] radeon: remove duplicate 'const' specifier

2017-04-12 Thread Samuel Pitoiset
On 04/12/2017 07:53 AM, Nils Wallménius wrote: Den 11 apr. 2017 20:00 skrev "Samuel Pitoiset" mailto:samuel.pitoi...@gmail.com>>: Fixes the following Clang warning. In file included from radeon_debug.c:32: ./radeon_common_context.h:500:19: warning: duplicate 'const' declar

Re: [Mesa-dev] [PATCH 13/15] radeon: remove duplicate 'const' specifier

2017-04-11 Thread Nils Wallménius
Den 11 apr. 2017 20:00 skrev "Samuel Pitoiset" : Fixes the following Clang warning. In file included from radeon_debug.c:32: ./radeon_common_context.h:500:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] extern const char const *radeonVendorString; Signed-off-by:

[Mesa-dev] [PATCH 13/15] radeon: remove duplicate 'const' specifier

2017-04-11 Thread Samuel Pitoiset
Fixes the following Clang warning. In file included from radeon_debug.c:32: ./radeon_common_context.h:500:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] extern const char const *radeonVendorString; Signed-off-by: Samuel Pitoiset --- src/mesa/drivers/dri/radeo