On Wed, May 1, 2019 at 1:13 PM Nick Desaulniers wrote:
>
> On Tue, Apr 30, 2019 at 9:29 AM Nick Desaulniers
> wrote:
> >
> > On Tue, Apr 30, 2019 at 9:28 AM Nick Desaulniers
> > wrote:
> > > Thanks for the patch.
> > > Reported-by: Nick Desaulniers
> > > Link: https://github.com/ClangBuiltLinux
On Tue, Apr 30, 2019 at 9:29 AM Nick Desaulniers
wrote:
>
> On Tue, Apr 30, 2019 at 9:28 AM Nick Desaulniers
> wrote:
> > Thanks for the patch.
> > Reported-by: Nick Desaulniers
> > Link: https://github.com/ClangBuiltLinux/linux/issues/460
> > Suggested-by: David Laight
>
> sent too soon...
> R
On Tue, Apr 30, 2019 at 9:28 AM Nick Desaulniers
wrote:
>
> On Tue, Apr 30, 2019 at 7:58 AM Phong Tran wrote:
> >
> > Now, make the loop explicit to avoid clang warning.
> >
> > ./include/linux/of.h:238:37: warning: multiple unsequenced modifications
> > to 'cell' [-Wunsequenced]
> >
On Tue, Apr 30, 2019 at 7:58 AM Phong Tran wrote:
>
> Now, make the loop explicit to avoid clang warning.
>
> ./include/linux/of.h:238:37: warning: multiple unsequenced modifications
> to 'cell' [-Wunsequenced]
> r = (r << 32) | be32_to_cpu(*(cell++));
>
Now, make the loop explicit to avoid clang warning.
./include/linux/of.h:238:37: warning: multiple unsequenced modifications
to 'cell' [-Wunsequenced]
r = (r << 32) | be32_to_cpu(*(cell++));
^~
./include/linux/byteorder/generic.h:95
5 matches
Mail list logo