Commit e4b5dfb5 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: tools: fmc-fdelay-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 28c763d7
......@@ -19,8 +19,7 @@
#include <fine-delay.h>
char git_version[] = "git version: " GIT_VERSION;
static const char program_name[] = "fau-calibration";
static const char program_name[] __attribute__ ((unused)) = "fau-calibration";
static char options[] = "hf:o:D:b";
static const char help_msg[] =
"Usage: fmc_fdelay_-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