Re: [PATCH weston] ivi-shell: Fix incorrect use of logical instead of bitwise operator

2017-11-24 Thread Pekka Paalanen
On Tue, 21 Nov 2017 12:04:55 + "Ucan, Emre (ADITG/ESB)" wrote: > Hi, > > Thank you for the patch. It looks good to me. > > Reviewed-by: Emre Ucan Pushed: 71c4f70e..0343c6ac master -> master Thanks, pq pgpqRh5RLlutk.pgp Description: OpenPGP digital signature

RE: [PATCH weston] ivi-shell: Fix incorrect use of logical instead of bitwise operator

2017-11-21 Thread Ucan, Emre (ADITG/ESB)
lexandros Frantzis > Sent: Freitag, 17. November 2017 12:39 > To: wayland-devel@lists.freedesktop.org > Subject: [PATCH weston] ivi-shell: Fix incorrect use of logical instead of > bitwise operator > > Fix the code to use the correct bitwise AND operator '&', instead of

[PATCH weston] ivi-shell: Fix incorrect use of logical instead of bitwise operator

2017-11-17 Thread Alexandros Frantzis
Fix the code to use the correct bitwise AND operator '&', instead of the currently used logical AND operator '&&', to check the value of a bit flag in a bit mask. This problem was reported as a warning when building with clang. --- ivi-shell/ivi-layout.c | 2 +- 1 file changed, 1 insertion(+), 1