https://bugs.freedesktop.org/show_bug.cgi?id=100227
Timothy Arceri changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=100227
--- Comment #4 from Nicolai Hähnle ---
Gustaw, you're right. Can you prepare a patch that moves the const in the right
place?
Bartosz, the lstrip() should not be required.
--
You are receiving this mail because:
You are the QA Contact for the
https://bugs.freedesktop.org/show_bug.cgi?id=100227
--- Comment #3 from Bartosz Tomczyk ---
I agree with Gustaw, that it should be changed to "const GLvoid *const".
Something like that should work(not tested):
--- a/src/mapi/glapi/gen/gl_marshal.py
+++ b/src/mapi/glapi/gen/gl_marshal.py
@@ -1
https://bugs.freedesktop.org/show_bug.cgi?id=100227
--- Comment #2 from Gustaw Smolarczyk ---
I didn't really looked at the python generator, but this is what came to my
mind: maybe one of the consts was meant to be applied to the pointee type? So
instead of "const const GLvoid *", it should be "
https://bugs.freedesktop.org/show_bug.cgi?id=100227
--- Comment #1 from Tapani Pälli ---
Created attachment 130255
--> https://bugs.freedesktop.org/attachment.cgi?id=130255&action=edit
attempt to fix warnings
this was my 1st attempt to fix this
--
You are receiving this mail because:
You are
https://bugs.freedesktop.org/show_bug.cgi?id=100227
Bug ID: 100227
Summary: gl_marshal.py: generating duplicate declaration
specifiers
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: N