From 36cb878f68b5fe63e800c10ad8f382fccbadb407 Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 22 Aug 2025 15:32:49 +0200 Subject: [PATCH] Removed C++ only flag and updated turboPmac --- Makefile | 2 +- turboPmac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c3cbc8..9d9a93f 100644 --- a/Makefile +++ b/Makefile @@ -35,4 +35,4 @@ DBDS += turboPmac/sinqMotor/src/sinqMotor.dbd DBDS += turboPmac/src/turboPmac.dbd DBDS += src/beamShift.dbd -USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings +USR_CFLAGS += -Wall -Wextra -Wunused-result -Werror # -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