• 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
socket_base.cpp 28.1 KB