Hi, Here's a patch series that first enables reporting of all build warnings, then start to clean them up. Once all the build warnings are gone, we'll be able to treat all build warnings as errors with -Werror and thus make sure the code stays clean.
Xavier Bachelot (9): Enable report of all build warnings (-Wall) Fix unused-variable and unused-but-set-variable warnings in via_display.c Fix 3 unused-variable warnings in via_lvds.c. Fix unused-variable warnings in via_tmds.c. Fix unused-variable warning in via_vt1632.c. Fix unused-variable warning in via_analog.c. Fix unused-variable warning in via_tv.c. Fix /* within comment warning Fix format warnings src/Makefile.am | 2 +- src/via_analog.c | 1 - src/via_display.c | 28 ++++------------------------ src/via_lvds.c | 7 ++----- src/via_tmds.c | 11 ----------- src/via_tv.c | 1 - src/via_ums.c | 2 +- src/via_vt1632.c | 1 - 8 files changed, 8 insertions(+), 45 deletions(-) -- 2.7.4 _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel