diff --git a/src/db/Makefile.Vx b/src/db/Makefile.Vx index 305926b35..0b0a7b0da 100644 --- a/src/db/Makefile.Vx +++ b/src/db/Makefile.Vx @@ -2,6 +2,9 @@ EPICS = ../../../.. include Target.include include $(EPICS)/config/CONFIG_BASE +USR_CFLAGS = -ansi +VX_WARN_YES = -Wall -pedantic + SRCS.c = \ ../dbAccess.c ../dbBkpt.c ../dbFastLinkConv.c ../dbLink.c \ ../dbNotify.c ../dbStaticLib.c ../iocInit.c ../drvTS.c ../dbScan.c \