From ee6235e74affa6191a9268f204c2f84657dac3da Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 22 Aug 2025 15:30:33 +0200 Subject: [PATCH] Removed C++ only flag from USR_CFLAGS and updated turboPmac version --- Makefile | 2 +- turboPmac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23a8b6a..2e1ace5 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,4 @@ DBDS += turboPmac/sinqMotor/src/sinqMotor.dbd DBDS += turboPmac/src/turboPmac.dbd DBDS += src/seleneGuide.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