Remove some unused-parameter lint
commit7443db0d5f841b81a55e918bf8c228dd20f9ddb2
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>
Mon, 8 May 2017 15:30:43 +0000 (8 08:30 -0700)
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>
Mon, 8 May 2017 15:30:43 +0000 (8 08:30 -0700)
treee5ef3f96d1b421cfd053eb04e83984e3074c017d
parent56df27502c17d29984474918cb3b8850671d8f39
Remove some unused-parameter lint

Mark TCCState parameter as unused in tcc_undefine_symbol(), tcc_add_symbol(),
tcc_print_stats(), asm_get_local_label_name(), use_section1(), tccpp_delete(),
tcc_tool_ar(), tcc_tool_impdef(), and tcc_tool_cross().
Also mark it unused in tcc_add_bcheck() unless CONFIG_TCC_BCHECK.
Remove it entirely in ld_next().
libtcc.c
tccasm.c
tccelf.c
tccpp.c
tcctools.c