From 04788540070946d55d66ca5170c57f572328de64 Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 17 Sep 2025 10:25:50 +0200 Subject: [PATCH] Added compiler flags to improve code quality --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e63399c..a94cf23 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ TEMPLATES += db/sinqMotor.db # This file registers the motor-specific functions in the IOC shell. DBDS += src/sinqMotor.dbd -USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result # -Werror +USR_CFLAGS += -Wall -Wextra -Wunused-result # -Werror +USR_CXXFLAGS += -Wall -Wextra -Weffc++ -Wunused-result # MISCS would be the place to keep the stream device template files