[Mesa-dev] [Bug 100227] gl_marshal.py: generating duplicate declaration specifiers
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 2 03:10:21 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=100227
Timothy Arceri <t_arceri at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Timothy Arceri <t_arceri at yahoo.com.au> ---
Fixed by:
commit 31c3c440b5361299fc0529bcf049e9b271d4fab9
Author: Chad Versace <chadversary at chromium.org>
Date: Thu Jun 22 15:12:29 2017 -0700
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 <kenneth at whitecape.org>
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180502/a1d1733b/attachment.html>
More information about the mesa-dev
mailing list