summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-03-13 20:15:34 +0000
committerSteve Huston <shuston@riverace.com>2007-03-13 20:15:34 +0000
commit6cf4c57bd7feb83d94436b4e849db50ee7fc3db6 (patch)
tree34f31bf360bba8993bc582ce24e52b23609a6e80
parent0cb9a3d9e381833e7af198bd313a56f552dcda79 (diff)
downloadATCD-6cf4c57bd7feb83d94436b4e849db50ee7fc3db6.tar.gz
ChangeLogTag:Tue Mar 13 20:13:09 UTC 2007 Steve Huston <shuston@riverace.com>
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/MPC/config/cidlc.mpb2
2 files changed, 8 insertions, 1 deletions
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 <shuston@riverace.com>
+
+ * 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 <jwillemsen@remedy.nl>
* 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) {