From 2a018ea77002dd43b37d70b7b7c3fb51c1a1343d Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 23 Dec 2025 12:20:24 +0100 Subject: [PATCH] Cleaned up compiler flags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1f839c8..b34e82f 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,5 @@ TEMPLATES += db/el734.db DBDS += sinqMotor/src/sinqMotor.dbd DBDS += src/el734.dbd -USR_CFLAGS += -Wall -Wextra -Wunused-result -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings -USR_CXXFLAGS += -Wall -Wextra -Wunused-result -fvisibility=hidden +USR_CFLAGS += -Wall -Wextra -Wunused-result -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings +USR_CXXFLAGS += -Wall -Wextra -Wunused-result -Werror