From 6cf4c57bd7feb83d94436b4e849db50ee7fc3db6 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 13 Mar 2007 20:15:34 +0000 Subject: ChangeLogTag:Tue Mar 13 20:13:09 UTC 2007 Steve Huston --- CIAO/ChangeLog | 7 +++++++ CIAO/MPC/config/cidlc.mpb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index 38dc2af4b2a..8a3c06af9a9 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,10 @@ +Tue Mar 13 20:13:09 UTC 2007 Steve Huston + + * MPC/config/cidlc.mpb: Added C4996 (deprecated CRT function) to the + list of suppressed warnings. The warnings emanate from the + ACE_wrappers/contrib/utility area, in case anyone wants to + investigate the desireability of making a change. + Mon Mar 11 07:12:19 UTC 2007 Johnny Willemsen * CIDLC/ServantSourceGenerator.cpp: diff --git a/CIAO/MPC/config/cidlc.mpb b/CIAO/MPC/config/cidlc.mpb index 38fa6d65e0d..83300b38eb7 100644 --- a/CIAO/MPC/config/cidlc.mpb +++ b/CIAO/MPC/config/cidlc.mpb @@ -6,7 +6,7 @@ project: boost_filesystem, boost_regex, exceptions { libpaths += $(CIAO_ROOT)/CCF/CCF $(ACE_ROOT)/lib specific(nmake, vc71, vc8) { - compile_flags += /wd4290 /wd4800 /wd4250 /wd4355 + compile_flags += /wd4290 /wd4800 /wd4250 /wd4355 /wd4996 } verbatim(gnuace, top) { -- cgit v1.2.1