diff options
author | Chad Versace <[email protected]> | 2017-06-22 15:12:29 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2017-06-26 10:26:23 -0700 |
commit | 31c3c440b5361299fc0529bcf049e9b271d4fab9 (patch) | |
tree | ea4010ef39afe3c16aca058d33db2f1f455ff248 /scripts | |
parent | 2b237ff64cd4146e51bf6579293b1e803b1adfb4 (diff) |
glapi: Fix -Wduplicate-decl-specifier due to double-const
Fix all lines in src/mesa/main/marshal_generated.c that declare
double-const variables. Below is all such lines, with duplicates
removed:
$ grep 'const const' marshal_generated.c | sort -u
const const GLboolean * pointer = cmd->pointer;
const const GLvoid * indices = cmd->indices;
const const GLvoid * pointer = cmd->pointer;
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions