Cleaned up compiler flags
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user