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