1. 27 Aug, 2012 1 commit
    • Arthur O'Dwyer's avatar
      Silence all "unused parameter" warnings from Clang. · 3b984d40
      Arthur O'Dwyer authored
      Compiling without warnings is a good goal, because it makes
      new warnings (which probably indicate bugs) stand out rather
      than getting lost in the spam.
      
      My fixes fall into two categories:
      
          - Adding (void) casts of unused parameters, where their
            unusedness seems like a TODO (or in some cases a bug?).
      
          - Removing parameter names altogether, where the function
            is clearly a stub that will never use its parameters.
      
      Should be no change in behavior.
      3b984d40
  2. 15 Feb, 2012 1 commit
  3. 10 Feb, 2012 1 commit
  4. 01 Nov, 2011 1 commit
  5. 31 Oct, 2011 1 commit
  6. 17 Jun, 2011 1 commit
  7. 23 May, 2011 1 commit
  8. 02 Mar, 2011 1 commit
  9. 25 Feb, 2011 1 commit
  10. 22 Feb, 2011 1 commit
  11. 09 Feb, 2011 2 commits