mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
No more lint means no more ARGSUSED.
This commit is contained in:
2
cfg.c
2
cfg.c
@ -40,13 +40,11 @@ int cfg_finished;
|
||||
int cfg_references;
|
||||
struct causelist cfg_causes;
|
||||
|
||||
/* ARGSUSED */
|
||||
void printflike2
|
||||
cfg_print(unused struct cmd_ctx *ctx, unused const char *fmt, ...)
|
||||
{
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
void printflike2
|
||||
cfg_error(unused struct cmd_ctx *ctx, const char *fmt, ...)
|
||||
{
|
||||
|
Reference in New Issue
Block a user