From dbe0fd2538fbbc124c518bae48a0e47ac6793d46 Mon Sep 17 00:00:00 2001
From: zimoch <zimoch>
Date: Mon, 7 Apr 2014 13:22:25 +0000
Subject: [PATCH] use ansi compiler (not strict) to allow variadic macros in
 EPICS 3.13

---
 App/tools/driver.makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile
index 0d2b2432..fb141d5c 100644
--- a/App/tools/driver.makefile
+++ b/App/tools/driver.makefile
@@ -1,6 +1,6 @@
 # driver.makefile
 #
-# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.94 2014/04/07 13:21:26 zimoch Exp $
+# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.95 2014/04/07 13:22:25 zimoch Exp $
 #
 # This generic makefile compiles EPICS code (drivers, records, snl, ...)
 # for all installed EPICS versions in parallel.
@@ -788,6 +788,8 @@ RELEASE_INCLUDES = -I${EPICS_BASE}/include
 RELEASE_INCLUDES += -I${EPICS_BASE}/include/compiler/${CMPLR_CLASS}
 RELEASE_INCLUDES += -I${EPICS_BASE}/include/os/${OS_CLASS}
 
+CMPLR=ANSI
+
 ${INSTALLRULE} ${INSTALL_DOCUS} ${INSTALL_PROJECTDBD} ${INSTALL_LIBRARY} ${INSTALL_DEP}
 
 # Create SNL code from st/stt file
-- 
GitLab