Commit 7e24ad87 authored by Vaibhav Gupta's avatar Vaibhav Gupta Committed by Federico Vaga

software: tools: fmc-tdc-calibration: Mark unused variable

This warning is treated as error by the compiler. Mark it with
"__attribute__((unused))".
Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent b242b219
......@@ -19,6 +19,8 @@
char git_version[] = "git version: " GIT_VERSION;
static const char program_name[] __attribute__ ((unused)) = "fmc-tdc-calibration";
static char options[] = "hf:o:D:b";
static const char help_msg[] =
"Usage: fmc-tdc-calibration [options]\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment