• Show log

    Commit

  • Hash : 56543a60
    Author : Russell Belfer
    Date : 2013-02-15T16:02:45

    Clear up warnings from cppcheck
    
    The cppcheck static analyzer generates warnings for a bunch of
    places in the libgit2 code base.  All the ones fixed in this
    commit are actually false positives, but I've reorganized the
    code to hopefully make it easier for static analysis tools to
    correctly understand the structure.  I wouldn't do this if I
    felt like it was making the code harder to read or worse for
    humans, but in this case, these fixes don't seem too bad and will
    hopefully make it easier for better analysis tools to get at any
    real issues.