[Openchrome-devel] [PATCH 0/9] Build warnings cleanup

Xavier Bachelot xavier at bachelot.org
Fri Aug 5 23:13:30 UTC 2016


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



More information about the Openchrome-devel mailing list