On Sat, 2 May 2020 17:40:10 +0100
Jonathan Cameron wrote:
> On Sat, 2 May 2020 11:52:37 +0200
> Rikard Falkeborn wrote:
>
> > Constify some data structs that are never changed. In order to do so,
> > also update a couple of functions that now need to accept pointers to
> > const struct instead
On Sat, 2 May 2020 11:52:37 +0200
Rikard Falkeborn wrote:
> Constify some data structs that are never changed. In order to do so,
> also update a couple of functions that now need to accept pointers to
> const struct instead of struct. While at it, update a few more functions
> to accept pointer
Constify some data structs that are never changed. In order to do so,
also update a couple of functions that now need to accept pointers to
const struct instead of struct. While at it, update a few more functions
to accept pointers to const struct instead of pointers.
This allows the compiler to p
3 matches
Mail list logo