watch.c:281:43: warning: unused variable 'option_version' [-Wunused-variable]
watch.c:281:26: warning: unused variable 'option_help' [-Wunused-variable]
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Conflicts:
watch.c
option_exec = 0,
option_beep = 0,
option_color = 0,
- option_errexit = 0, option_chgexit = 0, option_help = 0, option_version = 0;
+ option_errexit = 0, option_chgexit = 0;
double interval = 2;
char *command;
char **command_argv;