From aa5f2f03158aa1410926055a0e2de9ac29f05a36 Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 22 Aug 2025 15:35:49 +0200 Subject: [PATCH] Updated turboPmac and removed C++ only flag --- Makefile | 2 +- turboPmac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5a645df..71feae6 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,4 @@ DBDS += turboPmac/sinqMotor/src/sinqMotor.dbd DBDS += turboPmac/src/turboPmac.dbd DBDS += src/detectorTower.dbd -USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Wextra -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings +USR_CFLAGS += -Wall -Wextra -Wunused-result -Wextra -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings diff --git a/turboPmac b/turboPmac index ce80426..1ee483f 160000 --- a/turboPmac +++ b/turboPmac @@ -1 +1 @@ -Subproject commit ce80426790caf24641eb4b0a1db5b3a974d9b67b +Subproject commit 1ee483f8e94cc327d94444cd4fd27d9a543795d0