From: Quentin Glidic <[email protected]> Here are a few warning I found by testing GCC 5.3, 6.1 and Clang 3.8, with -Og and -O3.
Quentin Glidic (8): gl-renderer: Silence maybe-uninitialized warning shared/image: Silence maybe-uninitialized warning terminal: Silence maybe-uninitialized warning libweston: Silence tautological-compare warning libweston/launcher-weston-launch: Silence unused-function warning share/cairo-util: Use wl_pointer_button_state enum directly zunitc/junit-reporter: Silence pointer-sign warning terminal: Silence maybe-uninitialized warning clients/terminal.c | 3 ++- libweston/compositor-wayland.c | 9 ++------- libweston/compositor.c | 2 +- libweston/gl-renderer.c | 2 +- libweston/launcher-weston-launch.c | 17 +---------------- shared/cairo-util.h | 10 +++------- shared/frame.c | 12 ++++++------ shared/image-loader.c | 3 +-- tools/zunitc/src/zuc_junit_reporter.c | 8 +++++++- xwayland/window-manager.c | 5 +++-- 10 files changed, 27 insertions(+), 44 deletions(-) -- 2.9.0 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
