GNOME Bugzilla – Bug 780301
wayland: Fix harmless clang warnings
Last modified: 2017-05-08 21:51:09 UTC
See patches.
Created attachment 348316 [details] [review] wayland: Use correct enum type and values Use the gravity enum values when converting to gravity. It doesn't fix anything, since the enum values were identical, but it makes a coverity warning go away.
Created attachment 348317 [details] [review] wayland: Remove self assignment Don't assign the value of a variable to itself. It was added just for clarity, but it makes coverity complain, so remove it.
Review of attachment 348316 [details] [review]: sure
Review of attachment 348317 [details] [review]: sure
Attachment 348316 [details] pushed as 9f9aaea - wayland: Use correct enum type and values Attachment 348317 [details] pushed as 5c74afb - wayland: Remove self assignment