Branch: Tag:

2014-12-04

2014-12-04 19:23:02 by 0

Wrap unused parameters in UNUSED(), and debug-only parameters in DEBUGUSED(), to cut
down on compiler warnings. The macro also renames parameters to catch accidental use.
(There are more places to clean up but I don't want to modify code that isn't compiling
on my machine.)

906:   }      /* Called when the current function is done */ - void amd64_end_function(int no_pc) + void amd64_end_function(int UNUSED(no_pc))   {    branch_check_threads_update_etc = 0;   }