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: >> >> From: Nick Desaulniers <ndesaulni...@google.com> >> Date: Mon, 24 Jun 2019 09:45:14 -0700 >> >> > https://groups.google.com/forum/#!searchin/clang-built-linux/const%7Csort:date/clang-built-linux/umkS84jS9m8/GAVVEgNYBgAJ >> >> Inaccessible... >> >> This group either doesn't exist, or you don't have permission >> to access it. If you're sure this group exists, contact the >> Owner of the group and ask them to give you access. > > Sorry, I set up the mailing list not too long ago, seem to have a long > tail of permissions related issues. I confirmed that the link was > borked in an incognito window. Via > https://support.google.com/a/answer/9325317#Visibility I was able to > change the obscure setting. I now confirmed the above link works in > an incognito window. Thanks for reporting; can you please triple > check? Yep it works now, thanks. >> >> 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.