1. 15 Feb, 2011 18 commits
  2. 17 Feb, 2011 2 commits
  3. 22 Feb, 2011 7 commits
  4. 18 Feb, 2011 1 commit
  5. 11 Feb, 2011 10 commits
  6. 10 Feb, 2011 1 commit
  7. 07 Feb, 2011 1 commit
    • Joel Stanley's avatar
      opt: Silence unsed param warning triggered by -Wextra · 59d2b90f
      Joel Stanley authored
      The type checking function does not use its parameter:
      
          ccan/opt/opt.h: In function ‘_check_is_entry’:
              ccan/opt/opt.h:328:53: warning: unused parameter ‘e’
      
      Annotate the function using UNUSED from compiler.h.  This commit also
      adds compiler.h as a dependency for opt.
      59d2b90f