On Mon, Jun 24, 2019 at 10:22 AM David Miller <da...@davemloft.net> wrote: > > From: Nick Desaulniers <ndesaulni...@google.com> > Date: Mon, 24 Jun 2019 10:17:03 -0700 > > > On Mon, Jun 24, 2019 at 10:06 AM David Miller <da...@davemloft.net> wrote: > >> And you mean just changing to 'const' fixes something, how? > > > > See the warning in the above link (assuming now you have access). > > Assigning a non-const variable the result of a function call that > > returns const discards the const qualifier. > > Ok thanks for clarifying. > > However I was speaking in terms of this fixing a functional bug rather > than a loss of const warning.
The author stated that this patch was no functional change. Nicolas, it can be helpful to include compiler warnings in the commit message when sending warning fixes, but it's not a big deal. Thanks for sending the patches. -- Thanks, ~Nick Desaulniers