Skip to content
  1. Jan 04, 2015
  2. Jan 03, 2015
  3. Jan 02, 2015
  4. Jan 01, 2015
  5. Dec 31, 2014
  6. Dec 30, 2014
    • Steve Holme's avatar
      vtls: Use '(void) arg' for unused parameters · e9d0c7a6
      Steve Holme authored
      Prefer void for unused parameters, rather than assigning an argument to
      itself as a) unintelligent compilers won't optimize it out, b) it can't
      be used for const parameters, c) it will cause compilation warnings for
      clang with -Wself-assign and d) is inconsistent with other areas of the
      curl source code.
      e9d0c7a6