[vitunes-commits] [ryanflannery/vitunes] d24abe: Remove cppcheck for compat/* files

  • From: Ryan Flannery <ryan.flannery@xxxxxxxxx>
  • To: vitunes-commits@xxxxxxxxxxxxx
  • Date: Sun, 22 Jan 2012 22:39:36 -0800

  Branch: refs/heads/master
  Home:   https://github.com/ryanflannery/vitunes
  Commit: d24abed822521d47a216214dd9a9235ca081f1b8
      
https://github.com/ryanflannery/vitunes/commit/d24abed822521d47a216214dd9a9235ca081f1b8
  Author: Ryan Flannery <ryan.flannery@xxxxxxxxx>
  Date:   2012-01-22 (Sun, 22 Jan 2012)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Remove cppcheck for compat/* files

Too many erroneous errors/warnings here, mostly since the functions
defined (or pulled) in compat.c are not always used in each
architecture.

Cppcheck tries to check each architecture, and produces warnings such
as:
   $ compat.c: warning: strlcat unused
While true with cppcheck's set of #define's, this is not always the
case.  Further, I don't want to check/validate any code that isn't
specific to vitunes.  Let them take care of their own.

We'll take care of interfacing with them, but no more.



Other related posts:

  • » [vitunes-commits] [ryanflannery/vitunes] d24abe: Remove cppcheck for compat/* files - Ryan Flannery