diff options
author | Samuel Pitoiset <[email protected]> | 2017-04-11 14:55:12 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-04-13 10:06:06 +0200 |
commit | a18bd1373b1b7392e13a4b31a922488d2817d390 (patch) | |
tree | c09fda02713cb3be7d2af440f87ae7f66b07d203 /src/mesa/state_tracker | |
parent | ede273458c79b829b6d412a146bc78cebc22547e (diff) |
radeon: fix duplicate 'const' specifier
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;
v2: - do not remove the duplicate 'const' qualifier, fix it
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker')
0 files changed, 0 insertions, 0 deletions