From e5f9e33c66b132965ef234d48dc96293a96ef86e Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 12 Aug 2025 08:09:36 +0200 Subject: [PATCH] Test to hide visibility --- Makefile | 2 +- turboPmac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b8b305a..5a645df 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 # -Wpedantic // Does not work because EPICS macros trigger warnings +USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Wextra -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings diff --git a/turboPmac b/turboPmac index 6e94c9a..7598276 160000 --- a/turboPmac +++ b/turboPmac @@ -1 +1 @@ -Subproject commit 6e94c9a9b69d043868f057517b3285fa4b49b400 +Subproject commit 7598276ed2636a47d2f0112fd080640375531a8a