On 18 January 2017 at 22:21, Peter Hutterer <[email protected]> wrote: > clients/editor.c: In function ‘read_file’: > clients/editor.c:1578:16: warning: logical ‘or’ applied to non-boolean > constant [-Wlogical-op] > errno = errsv || EINVAL; > > This works in the shell, but not in C. Introduced in 411ffabbb56b > > Signed-off-by: Peter Hutterer <[email protected]> > --- > Changes to v1: > - first version didn't return the right errno, whoops :)
Pushed with review, thanks. To ssh://git.freedesktop.org/git/wayland/weston 0bbe624..c8b4645 push -> master Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
