From 0a23ec8f22d5c6bc6bf1aeb417b2fa0bc9d725f2 Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Thu, 10 Oct 2024 13:22:09 +0200 Subject: [PATCH] clang is too old --- sinqEPICSApp/src/devScalerEL737.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinqEPICSApp/src/devScalerEL737.c b/sinqEPICSApp/src/devScalerEL737.c index e134237..9fc16a0 100644 --- a/sinqEPICSApp/src/devScalerEL737.c +++ b/sinqEPICSApp/src/devScalerEL737.c @@ -114,7 +114,7 @@ typedef struct { unsigned int dbInit; }EL737priv; -static void dummyAsynCallback([[maybe_unused]] asynUser *pasynUser) +static void dummyAsynCallback(asynUser *pasynUser) { }