Commit 9e685d99 authored by Vaibhav Gupta's avatar Vaibhav Gupta

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 cfbdecce
......@@ -19,7 +19,7 @@
char git_version[] = "git version: " GIT_VERSION;
static const char program_name[] = "fmc-tdc-calibration";
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