| Summary: | libinput-device.c:473: bad if test ? | ||
|---|---|---|---|
| Product: | Wayland | Reporter: | dcb314 |
| Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
commit d621df2dee522d9768a8aff1dd200f3595e29c65 Author: Derek Foreman <derekf@osg.samsung.com> Date: Wed Nov 19 11:04:12 2014 -0600 input: Use slightly less obscure logic in evdev_notify_keyboard_focus() Marking as fixed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
src/libinput-device.c:473:35: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!seat->keyboard_device_count > 0)