1 Commits

Author SHA1 Message Date
mathis_s 2a018ea770 Cleaned up compiler flags
Test And Build / Lint (push) Failing after 5s
Test And Build / Build (push) Successful in 8s
2025-12-23 12:20:24 +01:00
+2 -2
View File
@@ -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