• Show log

    Commit

  • Hash : 2705576b
    Author : Russell Belfer
    Date : 2012-01-24T14:06:42

    Simplify GIT_UNUSED macros Since casting to void works to eliminate errors with unused parameters on all platforms, avoid the various special cases. Over time, it will make sense to eliminate the GIT_UNUSED macro completely and just have GIT_UNUSED_ARG.