Michael Stefaniuc wrote:
Ivan Gyurdiev wrote:
Type: Cleanup
Why:
The const qualifier is unnecessarily restrictive.
I intend to allocate and free such data on the heap in a future patch.
Instead, const should be primarily used on function parameters.
Question: do you realy have to use v
Ivan Gyurdiev wrote:
> Type: Cleanup
>
> Why:
> The const qualifier is unnecessarily restrictive.
> I intend to allocate and free such data on the heap in a future patch.
> Instead, const should be primarily used on function parameters.
Question: do you realy have to use void pointers? Void pointe